You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pip install 'notebook<7' currently installs notebook 6.5.7, which depends on nbclassic. Therefore, to your question, I guess both?
From PyPI:
Maintenance and security-related issues only are now being addressed in the 6.5.x branch. It depends on nbclassic for the HTML/JavaScript/CSS assets.
cmd-ntrf
changed the title
GET /server-proxy/server-infos net::ERR_TOO_MANY_REDIRECTS with nbclassic and JupyterHub >= 4
GET /server-proxy/server-infos net::ERR_TOO_MANY_REDIRECTS with notebook 6.5.7 and JupyterHub >= 4
Nov 12, 2024
Bug description
When running notebook 6.5.7, nbclassic 1.1.0 and JupyterHub >=4, ServersInfoHandler cannot be reached by the Javascript client code.
How to reproduce
jupyterhub 'notebook<7' jupyterlab jupyter-server-proxy
Expected behaviour
The javascript client code should be able to reach the server-proxy handler to get a list of available servers.
Actual behaviour
The javascript client code cannot reach the server-proxy handler, because it is missing the XSRF header.
More info
Adding the following function to ServersInfoHandler fixed the issue, but I am not sure it is what we want in the long run:
The text was updated successfully, but these errors were encountered: