-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Update JupyterLab docs to remove references to jupyter_notebook_config #12897
Comments
Can you provide more info about how you enabled |
Hi, Cheers. Fyi,
|
@st-bender You are correct in that There is documentation about migrating from nbserver here: https://jupyter-server.readthedocs.io/en/latest/operators/migrate-from-nbserver.html With that said,
This has come up several times before, so the FAQ itself should make reference to migrating off of the old config file location. Thank you for bringing this issue to our attention! |
Hi, That being said, I still think it wouldn't hurt to also accept the "old" configuration file even though the dependencies changed. In the end it is just a file name and would probably ease the transition for users. One could even print a (deprecation) warning, or was there one and I missed it? Cheers. |
jupyter/nbclassic#137 rolls back |
@echarles Cheers. |
Talking on nbclassic, only one file is read (jupyter_nbclassic_config or jupyter_notebook_config depending on the version, we are documenting that behavior ATM).
Those dependencies should be installed for you if you install jupyterlab.
The traits defined in jupyter_notebook are automatically converted (with warning in the log) to jupyter_server traites |
Not sure about this. The whole point of #11894 was to finally be able to drop the dependency on the deprecated classic notebook and unblock the development on Notebook v7. |
Either way getting the shims now could change the behaviour for users how migrated to If we want to bring the shims back in, it should be well though-though, communicated and ideally in a major release. |
Hi,
In short, don't use both. Cheers. |
Sorry if that is answered somewhere, but a quick search and the FAQ did not turn anything up.
Description
After updating jupyterlab to 3.4.4, trying to start jupyter(lab) suddenly ignores my
https
configuration settingand insists on usign plain
http
with a token. I could not find any documentation how to reconcile the previous behaviour,any pointer would be appreciated.
Edit: I forgot to add that I used
https
and a password for jupyterlab.Reproduce
jupyter lab --no-browser
No
https
connection.Expected behavior
https
connection provided as before.The text was updated successfully, but these errors were encountered: