Binder does not work with Jupyter Server v2 · Issue #1038 · jupyter-server/jupyter_server (original) (raw)

Description

If you install jupyter-server v2 as a dependency on Binder, binder will not work.

Reproduce

You could reproduce the error locally by

  1. installing jupyter-server v2, jupyterlab and notebook
  2. start JupyterLab with: jupyter notebook --NotebookApp.default_url="/lab"
  3. You are stuck on the login page

I try setting password and token to blank or to something. But it does not work. There is something about the cookie that gets cleaned I guess.

Expected behavior

You can access the server.

Context

Paste the output from running jupyter troubleshoot from the command line here. You may want to sanitize the paths in the output.

Command Line Output

Paste the output from your command line running jupyter lab here, use --debug if possible.

Browser Output

Paste the output from your browser Javascript console here, if applicable.