-
Notifications
You must be signed in to change notification settings - Fork 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
Confusing warnings telling me to use ServerApp rather than NotebookApp but ServerApp not working #6983
Labels
Comments
Thanks for opening this issue! Which notebook version are you using? |
6.4.8
…On Tue, 25 Jul 2023 at 17:16, Jason Weill ***@***.***> wrote:
Thanks for opening this issue! Which notebook version are you using?
—
Reply to this email directly, view it on GitHub
<#6983 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJE32KHKKKLPQ5OCUHC3BLXR7WMHANCNFSM6AAAAAA2XGBHNA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@simonm3 do you have |
Yes but I don't use it
…On Tue, 25 Jul 2023 at 21:16, Jeremy Tuloup ***@***.***> wrote:
@simonm3 <https://github.com/simonm3> do you have jupyterlab or
notebook_shim installed?
—
Reply to this email directly, view it on GitHub
<#6983 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJE32O6T6GHSBVI6JSF2PTXSASRZANCNFSM6AAAAAA2XGBHNA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
OK then maybe you can ignore the warnings if you are still on 6.4.8? They likely come from the https://github.com/jupyter/notebook_shim/blob/main/notebook_shim/shim.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When Notebook starts I get these warnings to change c.NotebookApp.notebook_dir to c.ServerApp.notebook_dir. But the new version is ignored.
Similarly the warning to change c.NotebookApp.token to c.ServerApp.token. I have my token set at "" as I am not connected to the internet. Yet this is ignored if I make the recommended change.
The text was updated successfully, but these errors were encountered: