You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 20, 2020. It is now read-only.
An error occured.
ValueError:
"[email protected]" is not compatible with the current JupyterLab
Conflicting Dependencies:
JupyterLab Extension Package
>=2.0.0 <2.1.0 >=1.0.0 <2.0.0 @jupyterlab/application
>=2.0.0 <2.1.0 >=1.0.0 <2.0.0 @jupyterlab/notebook
>=2.0.0 <2.1.0 >=1.0.0 <2.0.0 @jupyterlab/console
See the log file for details: /tmp/jupyterlab-debug-vnxt001y.log
change jupyterlab>=1.0 to jupyterlab==1.0 worked
The text was updated successfully, but these errors were encountered:
I've added a pull request with the changes to make jupyterlab-dash work with Jupyterlab 2.0 (#40). I've tested locally but I'm not sure if any changes are required to get this merged down and then uploaded to npmjs.
error log
change
jupyterlab>=1.0
tojupyterlab==1.0
workedThe text was updated successfully, but these errors were encountered: