Skip to content

Broken when started with jupyter server, works with notebookapp #153

@yuvipanda

Description

@yuvipanda

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

  1. Make a clean venv, python -m venv venv
  2. Activate it source venv/bin/activate
  3. Install with pip pip install jupyter jupyterlab jupyter_contrib_nbextensions==0.7.0
  4. Downgrade nbclassic pip install nbclassic<0.5 for nbclassic >=0.5 breaks jupyter_nbextensions_configurator #151
  5. Start the server with jupyter lab
  6. Go to http://localhost:8888/tree - you see the classic notebook interface, but no configurator!
  7. Stop the server
  8. Start the server with jupyter notebook
  9. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions