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
When installing the luxwidgets labextension an error occures due to incompatibility. Are there plans for updates?
When using the classical (notebook) user interface of jupyterhub, lux works as expected.
To Reproduce
Open a Terminal in Jupyterhub and run:
sudo -E jupyter labextension install luxwidget
Output is:
/usr/local/lib/python3.9/dist-packages/jupyterlab/debuglog.py:56: UserWarning: An error occurred.
warnings.warn("An error occurred.")
/usr/local/lib/python3.9/dist-packages/jupyterlab/debuglog.py:57: UserWarning: ValueError: The extension "luxwidget" does not yet support the current version of JupyterLab.
Conflicting Dependencies:
JupyterLabExtension Package
>=18.2.0 <19.0.0>=17.0.1 <18.0.0 react
>=18.2.0 <19.0.0>=17.0.1 <18.0.0 react-dom
warnings.warn(msg[-1].strip())
/usr/local/lib/python3.9/dist-packages/jupyterlab/debuglog.py:58: UserWarning: See the log file for details: /tmp/jupyterlab-debug-wtehpmgg.log
warnings.warn(f"See the log file for details: {log_path!s}")
Expected behavior
Installation success and usability in jupyterlab of jupyterhub.
Describe the bug
I tried to set up lux on a server running the current version of the littlest Jupyterhub. In there I am currently using the Jupyterlab user interface. Therefore I tried to install it a stated in the documentation .
When installing the
luxwidgets
labextension an error occures due to incompatibility. Are there plans for updates?When using the classical (notebook) user interface of jupyterhub, lux works as expected.
To Reproduce
Open a Terminal in Jupyterhub and run:
Output is:
Expected behavior
Installation success and usability in jupyterlab of jupyterhub.
Debugging information
The text was updated successfully, but these errors were encountered: