Coder Social home page Coder Social logo

Comments (23)

k-markov avatar k-markov commented on June 19, 2024 17

For the time being this works with TB 2.4.1 and Jupyter Lab 3.
pip install git+https://github.com/cliffwoolley/jupyter_tensorboard.git
pip install git+https://github.com/chaoleili/jupyterlab_tensorboard.git

from jupyterlab_tensorboard.

RW21 avatar RW21 commented on June 19, 2024 10

You could use jupyter lab 2.x if possible.

from jupyterlab_tensorboard.

marcelroed avatar marcelroed commented on June 19, 2024 6

What's the status on this? Looking to use this notebook with the latest versions of tensorboard and Jupyter Lab.

from jupyterlab_tensorboard.

k-markov avatar k-markov commented on June 19, 2024 4

To get a working tensorboard extension for JupyterLab v3 and above use

pip install git+https://github.com/twalcari/jupyterlab_tensorboard.git

instead of

pip install git+https://github.com/cliffwoolley/jupyter_tensorboard.git
pip install git+https://github.com/chaoleili/jupyterlab_tensorboard.git

Tested with JupyterLab v3.3.3 and TB 2.8.0.

from jupyterlab_tensorboard.

KevinRyu avatar KevinRyu commented on June 19, 2024 3

For the time being this works with TB 2.4.1 and Jupyter Lab 3.
pip install git+https://github.com/cliffwoolley/jupyter_tensorboard.git
pip install git+https://github.com/chaoleili/jupyterlab_tensorboard.git

Hi. Thanks for your comments first.

Would you tell me how to install extension after the upper pip installation?
I run command "jupyter labextension install jupyterlab_tensorboard" on windows 10 cmd.
But error is the same as before.

An error occured.
ValueError: The extension "jupyterlab_tensorboard" does not yet support the current version of JupyterLab.

Conflicting Dependencies:
JupyterLab Extension Package

=3.0.11 <3.1.0 >=2.0.0 <3.0.0 @jupyterlab/application
=3.0.9 <3.1.0 >=2.0.0 <3.0.0 @jupyterlab/apputils
=5.0.6 <5.1.0 >=4.0.0 <5.0.0 @jupyterlab/coreutils
=3.0.9 <3.1.0 >=2.0.0 <3.0.0 @jupyterlab/launcher
=6.0.9 <6.1.0 >=5.0.0 <6.0.0 @jupyterlab/services
=3.0.9 <3.1.0 >=2.0.0 <3.0.0 @jupyterlab/mainmenu
=3.0.11 <3.1.0 >=2.0.0 <3.0.0 @jupyterlab/filebrowser
=3.0.7 <3.1.0 >=2.0.0 <3.0.0 @jupyterlab/ui-components
See the log file for details: C:\Users...\AppData\Local\Temp\jupyterlab-debug-lfw3mns1.log

Is there any other tips? How can I see the tensorboard menu in the jupyterlab?

Hi, I succeeded installation and operation in jupyterlab 3.0.15
I just followed tips from Mr. k-markov.

This is installation order what I tried.

  1. pip Installation jupyterlab & tensorflow
    Jupyterlab 3.0.15
    tensorflow-gpu 2.5

  2. Installation tensorboard
    pip install git+https://github.com/cliffwoolley/jupyter_tensorboard.git
    pip install git+https://github.com/chaoleili/jupyterlab_tensorboard.git

That's all.

from jupyterlab_tensorboard.

wexder avatar wexder commented on June 19, 2024 2

I've created pull request that should solve this. #31

from jupyterlab_tensorboard.

shoegazerstella avatar shoegazerstella commented on June 19, 2024 2

Hi all,
is there any update on this?
I tried the solution proposed above but the error 500 still persists.
thanks!

from jupyterlab_tensorboard.

Data-drone avatar Data-drone commented on June 19, 2024 1

This looks easy enough to follow: https://jupyterlab.readthedocs.io/en/stable/extension/extension_migration.html

from jupyterlab_tensorboard.

KevinRyu avatar KevinRyu commented on June 19, 2024 1

For the time being this works with TB 2.4.1 and Jupyter Lab 3.
pip install git+https://github.com/cliffwoolley/jupyter_tensorboard.git
pip install git+https://github.com/chaoleili/jupyterlab_tensorboard.git

Hi. Thanks for your comments first.

Would you tell me how to install extension after the upper pip installation?
I run command "jupyter labextension install jupyterlab_tensorboard" on windows 10 cmd.
But error is the same as before.

An error occured.
ValueError: The extension "jupyterlab_tensorboard" does not yet support the current version of JupyterLab.

Conflicting Dependencies:
JupyterLab Extension Package

=3.0.11 <3.1.0 >=2.0.0 <3.0.0 @jupyterlab/application
=3.0.9 <3.1.0 >=2.0.0 <3.0.0 @jupyterlab/apputils
=5.0.6 <5.1.0 >=4.0.0 <5.0.0 @jupyterlab/coreutils
=3.0.9 <3.1.0 >=2.0.0 <3.0.0 @jupyterlab/launcher
=6.0.9 <6.1.0 >=5.0.0 <6.0.0 @jupyterlab/services
=3.0.9 <3.1.0 >=2.0.0 <3.0.0 @jupyterlab/mainmenu
=3.0.11 <3.1.0 >=2.0.0 <3.0.0 @jupyterlab/filebrowser
=3.0.7 <3.1.0 >=2.0.0 <3.0.0 @jupyterlab/ui-components
See the log file for details: C:\Users...\AppData\Local\Temp\jupyterlab-debug-lfw3mns1.log

Is there any other tips? How can I see the tensorboard menu in the jupyterlab?

from jupyterlab_tensorboard.

wexder avatar wexder commented on June 19, 2024

@Data-drone @RW21 It was merged. Now you can install it from git by running pip install git+https://github.com/chaoleili/jupyterlab_tensorboard.git, we need to update readme and publish package to pipy. But since I have never done that, I wasn't to do it now.
I tested it on my Mac, but currently, I can't figure out why I can't get it working on Windows. It doesn't want to start the tensorboard jupyter notebook extension.

from jupyterlab_tensorboard.

borgesnotes avatar borgesnotes commented on June 19, 2024

Hey @wexder, remember that in order to use Jupyterlab 3.x it will be necessary to solve the bug of error 500, which forces us to use tensorboard 2.2.1 (compatible only with jupyterlab 2.x).

The problem appears from tensorboard == 2.3 as reported by @NanoCode012 in #25.

from jupyterlab_tensorboard.

wexder avatar wexder commented on June 19, 2024

Hi @mgomesborges, yes you are right. But I think there are already MR from ppl ready in the main repo for jupyter_tensorboard. I don't think we can do anything here. If I'm wrong let me know and I might look into the problem.

from jupyterlab_tensorboard.

tomvars avatar tomvars commented on June 19, 2024

For the time being this works with TB 2.4.1 and Jupyter Lab 3.
pip install git+https://github.com/cliffwoolley/jupyter_tensorboard.git

This worked for me!

from jupyterlab_tensorboard.

cailiang9 avatar cailiang9 commented on June 19, 2024

when will " jupyter labextension install jupyterlab_tensorboard " work?

from jupyterlab_tensorboard.

GajaKlaudel avatar GajaKlaudel commented on June 19, 2024

@k-markov Do you think that order of libraries installation could matter?
Is it enough to just install TB, JupyterLab and your 2x pip installations?

Because in my case the error 500 still remains...

from jupyterlab_tensorboard.

k-markov avatar k-markov commented on June 19, 2024

@k-markov Do you think that order of libraries installation could matter?
Is it enough to just install TB, JupyterLab and your 2x pip installations?

Because in my case the error 500 still remains...

Error 500 may not be related to the extension. My order is JupyterLab (3.0.15), TF/TB (2.5), then jupyter-tensorboard (0.2.0) and jupyterlab-tensorboard (0.2.1). The last two are installed with pip as in my post before and they work.

from jupyterlab_tensorboard.

marongjin avatar marongjin commented on June 19, 2024

image
Hi, I'm using version 3.2.3 of JupyterLab, but I have the following problem installing jupyterlab_tensorboard.
image
I think this tip supports JupyterLab 3.X, but why the problem above?
image
Thanks!

from jupyterlab_tensorboard.

kylrth avatar kylrth commented on June 19, 2024

Nearly a year later and this update still needs to be pushed to whatever jupyter labextension install installs from.

from jupyterlab_tensorboard.

ShaohanTian avatar ShaohanTian commented on June 19, 2024

Cool, it solved on jupyterlab==3.2

from jupyterlab_tensorboard.

Johannes0Horn avatar Johannes0Horn commented on June 19, 2024

For me using jupyterlab 3.2.9 and Tensorboard 2.4.1

pip install git+https://github.com/twalcari/jupyterlab_tensorboard.git results in error 500.

However
running both (don't know which one is relevant):

pip install git+https://github.com/cliffwoolley/jupyter_tensorboard.git
pip install git+https://github.com/chaoleili/jupyterlab_tensorboard.git

works. Thank you guys!

from jupyterlab_tensorboard.

borgesnotes avatar borgesnotes commented on June 19, 2024

Hey @Johannes0Horn, Tensorboard 2.4.1 works with JupyterLab 2.x.

For JupyterLab 3.x try Tensorboard 2.8.0 instead.

Check out more details here: #25 (comment)

from jupyterlab_tensorboard.

YuanJZhang avatar YuanJZhang commented on June 19, 2024

安装jupyterlab tensoboard 适配jupyterlab 3.2.9
centos 7.9 tensorflow 2.3.0+nv tensorboard 2.3.0 jupyterlab 3.2.9
我的系统本来装好tensorflow和tensorboard 不知道命令2是否会安装tensorflow和tensorboard 执行完三步骤不行的话可能是tensorflow和tensorboard没安装好
1预装环境
tensorflow or tensorflow-gpu >=1.3.0
安装完tensorflow会自动安装上tensorboard
2安装jupyter tensorboard(github被墙了多试几遍就可以了)
pip install git+https://github.com/cliffwoolley/jupyter_tensorboard.git
3安装jupyterlab tensorboard(github被墙了多试几遍就可以了)
pip install git+https://github.com/chaoleili/jupyterlab_tensorboard.git

from jupyterlab_tensorboard.

nyngwang avatar nyngwang commented on June 19, 2024

the jokes are you

from jupyterlab_tensorboard.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.