jupyter_server icon indicating copy to clipboard operation
jupyter_server copied to clipboard

Binder does not work with Jupyter Server v2

Open fcollonval opened this issue 3 years ago • 9 comments

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

  • Operating System and version: debian 11
  • Browser and version: firefox 98
  • Jupyter Server version: v2rc3
Troubleshoot Output
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.

fcollonval avatar Oct 26 '22 10:10 fcollonval