-
Notifications
You must be signed in to change notification settings - Fork 317
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
Remove jupyter_notebook_config.json since notebook server is not supported anymore #1807
Conversation
@brichet What do you think about this change? |
Thanks @lahwaacz. |
…notebook_config.d/nbgrader.json There is already jupyter_server_config.d/nbgrader.json and I don't see why jupyter_notebook_config.json should be any different.
a90d54c
to
8676e0e
Compare
@brichet Oh, right. I found a few more NotebookApp instances and removed them too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @lahwaacz
@lahwaacz I've taken the liberty of renaming the PR for the sake of consistency. |
…orted anymore (jupyter#1807) * Move etc/jupyter/jupyter_notebook_config.json to etc/jupyter/jupyter_notebook_config.d/nbgrader.json There is already jupyter_server_config.d/nbgrader.json and I don't see why jupyter_notebook_config.json should be any different. * Remove all instances of NotebookApp since the code requires Notebook >= 7
…orted anymore (jupyter#1807) * Move etc/jupyter/jupyter_notebook_config.json to etc/jupyter/jupyter_notebook_config.d/nbgrader.json There is already jupyter_server_config.d/nbgrader.json and I don't see why jupyter_notebook_config.json should be any different. * Remove all instances of NotebookApp since the code requires Notebook >= 7
There is already
jupyter_server_config.d/nbgrader.json
and I don't see whyjupyter_notebook_config.json
should be any different.