chesterli29 / jupyterlab_tensorboard

Tensorboard extension for jupyterlab.
MIT License
314 stars 36 forks source link

Jupyterlab 2.0 support #20

Closed wookayin closed 4 years ago

wookayin commented 4 years ago

Jupyterlab 2.0 has been released recently, but it doesn't work with Jupyterlab 2.0.

As of 2020/3/8:

❯❯❯ jupyter labextension install jupyterlab_tensorboard

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

Conflicting Dependencies:
JupyterLab              Extension      Package
>=2.0.2 <2.1.0          >=1.0.0 <2.0.0 @jupyterlab/application
>=2.0.2 <2.1.0          >=1.0.0 <2.0.0 @jupyterlab/apputils
>=4.0.2 <4.1.0          >=3.0.0 <4.0.0 @jupyterlab/coreutils
>=2.0.2 <2.1.0          >=1.0.0 <2.0.0 @jupyterlab/launcher
>=5.0.2 <5.1.0          >=4.0.0 <5.0.0 @jupyterlab/services
❯❯❯ pip freeze | grep jupyterlab
jupyterlab==2.0.1
jupyterlab-server==1.0.6
MichaelJiangPlus commented 4 years ago

https://github.com/chaoleili/jupyterlab_tensorboard/pull/21 You can try to support jupyterlab 2.0 by modifying the dependencies of jupyterlab-tensorboard

consideRatio commented 4 years ago

I think this is closed by #21 and the fresh release of version 0.2.0.