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

Confusing warnings telling me to use ServerApp rather than NotebookApp but ServerApp not working #6983

Open
simonm3 opened this issue Jul 25, 2023 · 5 comments
Labels

Comments

@simonm3
Copy link

simonm3 commented Jul 25, 2023

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.

@simonm3 simonm3 added bug status:Needs Triage Applied to issues that need triage labels Jul 25, 2023
@JasonWeill JasonWeill removed the status:Needs Triage Applied to issues that need triage label Jul 25, 2023
@JasonWeill
Copy link
Collaborator

Thanks for opening this issue! Which notebook version are you using?

@simonm3
Copy link
Author

simonm3 commented Jul 25, 2023 via email

@jtpio
Copy link
Member

jtpio commented Jul 25, 2023

@simonm3 do you have jupyterlab or notebook_shim installed?

@simonm3
Copy link
Author

simonm3 commented Jul 26, 2023 via email

@jtpio
Copy link
Member

jtpio commented Jul 26, 2023

OK then maybe you can ignore the warnings if you are still on 6.4.8?

They likely come from the notebook_shim package:

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
Labels
Projects
None yet
Development

No branches or pull requests

3 participants