NERSC / jupyterlab-slurm

BSD 3-Clause "New" or "Revised" License
92 stars 23 forks source link

Needs to work with newer JupyterLab #25

Closed rcthomas closed 4 years ago

rcthomas commented 4 years ago

Hi! What a wonderful project of course. Can it work with >1.0 JupyterLab?

jupyter labextension install jupyterlab-slurm
An error occured.
ValueError: This extension does not yet support the current version of JupyterLab.

Conflicting Dependencies:
JupyterLab              Extension      Package
>=1.0.1 <2.0.0          >=0.19.1 <0.20.0@jupyterlab/application
>=1.0.1 <2.0.0          >=0.19.1 <0.20.0@jupyterlab/apputils
>=3.0.0 <4.0.0          >=2.0.2 <3.0.0 @jupyterlab/coreutils
>=1.0.1 <2.0.0          >=0.19.1 <0.20.0@jupyterlab/launcher
See the log file for details:  /tmp/jupyterlab-debug-huidy2fh.log
krinsman commented 4 years ago

Yes, it should be possible to update it. I'll try to get this done before the weekend.

krinsman commented 4 years ago

Should be fixed by latest commit: https://github.com/NERSC/jupyterlab-slurm/commit/0ac0e50d9e24a1f41f92e1a1cc6486228839e79f

Of course feel free to re-open this if any issues crop up.