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

nbclassic and jupyter-server-proxy #222

Open
psychemedia opened this issue Feb 22, 2023 · 2 comments
Open

nbclassic and jupyter-server-proxy #222

psychemedia opened this issue Feb 22, 2023 · 2 comments

Comments

@psychemedia
Copy link

I have a legacy notebook installation that uses jupyer-server-proxy to launch additional applications via the notebook homepage New menu, and then proxy the applications via a particular sub-path.

Does jupyter-server-proxy work with nbclassic, either out of the can, or with additional configuration settings?

@echarles
Copy link
Member

It should work, but I have not tried it.

@echarles
Copy link
Member

any (ui or server) extension running on notebook should work also on nbclassic. Some commands have been renamed (we need to document that) -

nbclassic/setup.cfg

Lines 82 to 85 in 60e5ee8

jupyter-nbclassic = nbclassic.notebookapp:main
jupyter-nbclassic-extension = nbclassic.nbextensions:main
jupyter-nbclassic-serverextension = nbclassic.serverextensions:main
jupyter-nbclassic-bundlerextension = nbclassic.bundler.bundlerextensions:main

Other useful content is on https://jupyter-notebook.readthedocs.io/en/latest/migrate_to_notebook7.html

cc/ @RRosio @ericsnekbytes

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