jupyter_server
jupyter_server copied to clipboard
Binder does not work with Jupyter Server v2
Description
If you install jupyter-server v2 as a dependency on Binder, binder will not work.
Reproduce
You could reproduce the error locally by
- installing jupyter-server v2, jupyterlab and notebook
- start JupyterLab with:
jupyter notebook --NotebookApp.default_url="/lab" - 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.