timkpaine / jupyterlab_autoversion

Automatically version jupyter notebooks in JupyterLab
https://jupyterlab-autoversion.readthedocs.io
Apache License 2.0
80 stars 10 forks source link

Does not support Jupyterlab 2.1.2 #25

Closed pmarcellino closed 4 years ago

pmarcellino commented 4 years ago

In attempting to use this extension I get the following error: image

timkpaine commented 4 years ago

what version are you using? https://github.com/timkpaine/jupyterlab_autoversion/releases/tag/v0.2.0

timkpaine commented 4 years ago

https://www.npmjs.com/package/jupyterlab_autoversion/v/0.2.0

pmarcellino commented 4 years ago

I think I'm using 0.2.0 image

timkpaine commented 4 years ago

what does jupyter labextension list show

pmarcellino commented 4 years ago

image

timkpaine commented 4 years ago

@pmarcellino looks like I might not have done this yet for some reason, I'll take a look today

pmarcellino commented 4 years ago

@timkpaine Is the problem that autoversion is not up to date?

ljburtz commented 4 years ago

same issue when trying to install today

$ jupyter labextension install jupyterlab_autoversion                  
An error occured.                                                                                   
ValueError: The extension "jupyterlab_autoversion" does not yet support the current version of Jupyt
erLab.                                                                                              

Conflicting Dependencies:                                                                           
JupyterLab              Extension      Package
>=2.2.4 <2.3.0          >=1.0.0 <2.0.0 @jupyterlab/application
>=2.2.4 <2.3.0          >=1.0.0 <2.0.0 @jupyterlab/apputils
>=4.2.3 <4.3.0          >=3.0.0 <4.0.0 @jupyterlab/coreutils
>=2.2.2 <2.3.0          >=1.0.0 <2.0.0 @jupyterlab/docmanager
>=2.2.2 <2.3.0          >=1.0.0 <2.0.0 @jupyterlab/filebrowser
>=2.2.4 <2.3.0          >=1.0.0 <2.0.0 @jupyterlab/launcher
>=2.2.4 <2.3.0          >=1.0.0 <2.0.0 @jupyterlab/notebook
See the log file for details:  /tmp/jupyterlab-debug-y46nupr_.log

also:


$ jupyter labextension list
JupyterLab v2.2.6
Known labextensions:
   app dir: /home/l3/.local/share/jupyter/lab
        @jupyter-widgets/jupyterlab-manager v2.0.0  enabled  OK
        jupyter-ros v0.3.0  enabled  OK
        jupyterlab_autoversion v0.2.0  enabled   X

   The following extension are outdated:
        jupyterlab_autoversion

   Consider running "jupyter labextension update --all" to check for updates.

$ jupyter labextension update --all
Extension 'jupyter-ros' already up to date
Extension '@jupyter-widgets/jupyterlab-manager' already up to date
No compatible version found for jupyterlab_autoversion!
``
pmarcellino commented 4 years ago

@timkpaine Could you please change the label on this from question back to issue? The original label seems to be a better fit.

telamonian commented 4 years ago

Hmm, I started a fix PR over at #26, but honestly I think this issue might have already been fixed in master. @timkpaine I think you probably just have to do an 0.2.1 or 0.3.0 release.

In the meantime, I'll keep poking at #25 for a bit

telamonian commented 4 years ago

Technically this will still need a new release from master before the jlab 2.x support issue is actually fixed

timkpaine commented 3 years ago

this is now resolved