Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

research.py uses NotebookApp options which are incompatible with ServerApp used by latest research image #143

Closed
plazadeloslagartos opened this issue Aug 28, 2022 · 0 comments

Comments

@plazadeloslagartos
Copy link
Contributor

#142

https://jupyter-server.readthedocs.io/en/latest/operators/migrate-from-nbserver.html

Because the run options specified are incorrect, kernel startup fails with .vs-code extension as disable_check_xsrf and tornado options are not set by ServerApp (still works with web browser for some reason, i suppose the browser sends a null _xsrf when invoking POST). Changing the option descriptions in accordance with the above migration guide remedies the issue (c.NotebookApp -> c.ServerApp, jupyter_notebook_config.py -> jupyter_server_config.py).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants