-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Description
the configurator does not show up when Jupyter Server is used to start the server, but works when notebook app is. This is a big problem for JupyterHubs that want to use this, as ServerApp is starting to become the default there, especially if you have recent versions of JupyterLab installed
To reproduce
- Make a clean venv,
python -m venv venv - Activate it
source venv/bin/activate - Install with pip
pip install jupyter jupyterlab jupyter_contrib_nbextensions==0.7.0 - Downgrade nbclassic
pip install nbclassic<0.5for nbclassic >=0.5 breaks jupyter_nbextensions_configurator #151 - Start the server with
jupyter lab - Go to http://localhost:8888/tree - you see the classic notebook interface, but no configurator!
- Stop the server
- Start the server with
jupyter notebook - The classic notebook interface opens up, and the configurator is present.
I've tried to install from #152 but that does not fix this issue.
Metadata
Metadata
Assignees
Labels
No labels