chesterli29 / jupyterlab_tensorboard

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

Support for newer JupyterLab #6

Closed alexgorbachev closed 5 years ago

alexgorbachev commented 5 years ago

Can't install the extension on JupyterLab 4.4.0. Is it just a matter of dependencies update or it will actually break?

ValueError: This extension does not yet support the current version of JupyterLab.

Conflicting Dependencies:
JupyterLab              Extension        Package
>=0.19.1 <0.20.0        >=0.18.2 <0.19.0 @jupyterlab/launcher
>=0.19.1 <0.20.0        >=0.18.2 <0.19.0 @jupyterlab/application
>=0.19.1 <0.20.0        >=0.18.2 <0.19.0 @jupyterlab/apputils
root@alexg-train:~# jupyter --version
4.4.0
root@alexg-train:~#
chesterli29 commented 5 years ago

OK, I will update ASAP.

lkytal commented 5 years ago

OK, I will update ASAP.

Expecting to see the new version soon!

chesterli29 commented 5 years ago

Hi All, I have already updated the package version. And it can support the latest Jupyterlab.

chesterli29 commented 5 years ago

I will close this issue as the extension already updated.

keyraphi commented 3 years ago

With the current version of JupyterLab 3.0.10 the issue seems to be back.


An error occurred installing <code>jupyterlab_tensorboard</code>.

Error message:

The extension "jupyterlab_tensorboard" does not yet support the current version of JupyterLab.

Conflicting Dependencies:
JupyterLab                Extension      Package
>=3.0.6 <3.1.0            >=2.0.0 <3.0.0 @jupyterlab/application
>=3.0.5 <3.1.0            >=2.0.0 <3.0.0 @jupyterlab/apputils
>=5.0.3 <5.1.0            >=4.0.0 <5.0.0 @jupyterlab/coreutils
>=3.0.5 <3.1.0            >=2.0.0 <3.0.0 @jupyterlab/launcher
>=6.0.5 <6.1.0            >=5.0.0 <6.0.0 @jupyterlab/services
>=3.0.5 <3.1.0            >=2.0.0 <3.0.0 @jupyterlab/mainmenu
>=3.0.6 <3.1.0            >=2.0.0 <3.0.0 @jupyterlab/filebrowser
>=3.0.4 <3.1.0            >=2.0.0 <3.0.0 @jupyterlab/ui-components```
kdzhao commented 3 years ago

I got the same error with newer version of lab (3.x): ./jupyter --version jupyter core : 4.6.3 jupyter-notebook : 6.3.0 qtconsole : 5.0.3 ipython : 7.16.1 ipykernel : 5.3.4 jupyter client : 6.1.7 jupyter lab : 3.0.12 nbconvert : 6.0.7 ipywidgets : 7.6.3 nbformat : 5.1.2 traitlets : 4.3.3

Haagimus commented 3 years ago

bump