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
#python -m bamboolib install_labextensions
Trying to install bamboolib labextensions...
Installing ipyslickgrid: ... done
Installing jupyterlab-plotly@5.17.0: ... Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/opt/conda/lib/python3.11/site-packages/bamboolib/main.py", line 40, in
install_labextensions()
File "/opt/conda/lib/python3.11/site-packages/bamboolib/setup/_extensions.py", line 122, in install_labextensions
commands.install_extension(extension)
File "/opt/conda/lib/python3.11/site-packages/jupyterlab/commands.py", line 429, in install_extension
return handler.install_extension(extension, pin=pin)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/conda/lib/python3.11/site-packages/jupyterlab/commands.py", line 655, in install_extension
info = self._install_extension(extension, tempdir, pin=pin)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/conda/lib/python3.11/site-packages/jupyterlab/commands.py", line 1759, in _install_extension
raise ValueError(msg)
ValueError:
"jupyterlab-plotly@5.17.0" is not compatible with the current JupyterLab
Conflicting Dependencies:
JupyterLab Extension Package
The text was updated successfully, but these errors were encountered:
NICHX
changed the title
It seems that jupyterlab 4.0.6 is no longer compatible with bamboolib
It seems that jupyterlab 4.0.6/jupyter notebook 7 is no longer compatible with bamboolib
Oct 10, 2023
#python -m bamboolib install_labextensions
Trying to install bamboolib labextensions...
Installing ipyslickgrid: ... done
Installing jupyterlab-plotly@5.17.0: ... Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/opt/conda/lib/python3.11/site-packages/bamboolib/main.py", line 40, in
install_labextensions()
File "/opt/conda/lib/python3.11/site-packages/bamboolib/setup/_extensions.py", line 122, in install_labextensions
commands.install_extension(extension)
File "/opt/conda/lib/python3.11/site-packages/jupyterlab/commands.py", line 429, in install_extension
return handler.install_extension(extension, pin=pin)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/conda/lib/python3.11/site-packages/jupyterlab/commands.py", line 655, in install_extension
info = self._install_extension(extension, tempdir, pin=pin)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/conda/lib/python3.11/site-packages/jupyterlab/commands.py", line 1759, in _install_extension
raise ValueError(msg)
ValueError:
"jupyterlab-plotly@5.17.0" is not compatible with the current JupyterLab
Conflicting Dependencies:
JupyterLab Extension Package
The text was updated successfully, but these errors were encountered: