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

Remove jupyter_notebook_config.json since notebook server is not supported anymore #1807

Merged
merged 2 commits into from Sep 12, 2023

Conversation

lahwaacz
Copy link
Contributor

@lahwaacz lahwaacz commented Aug 5, 2023

There is already jupyter_server_config.d/nbgrader.json and I don't see why jupyter_notebook_config.json should be any different.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 5, 2023

Binder 👈 Launch a Binder on branch lahwaacz/nbgrader/move-jupyter-notebook-config

@lahwaacz
Copy link
Contributor Author

lahwaacz commented Sep 5, 2023

@brichet What do you think about this change?

@brichet
Copy link
Contributor

brichet commented Sep 5, 2023

Thanks @lahwaacz.
As far as I understand this config file is now useless since the main branch is not using NotebookApp but only ServerApp (see https://jupyter.org/enhancement-proposals/28-jupyter-server/jupyter-server.html).
It was useful to keep both for compatibility with Notebook<7 and Jupyterlab (branch 0.8.x).
We can probably try to remove it instead.

…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.
@lahwaacz
Copy link
Contributor Author

lahwaacz commented Sep 5, 2023

@brichet Oh, right. I found a few more NotebookApp instances and removed them too.

Copy link
Contributor

@brichet brichet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
Thanks @lahwaacz

@brichet brichet changed the title Move etc/jupyter/jupyter_notebook_config.json to etc/jupyter/jupyter_notebook_config.d/nbgrader.json Remove jupyter_notebook_config.json since notebook server is not supported anymore Sep 12, 2023
@brichet
Copy link
Contributor

brichet commented Sep 12, 2023

@lahwaacz I've taken the liberty of renaming the PR for the sake of consistency.

@brichet brichet merged commit 2ef4451 into jupyter:main Sep 12, 2023
34 of 36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants