-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove jupyter_notebook_config.json since notebook server is not supp…
…orted anymore (#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
- Loading branch information
Showing
3 changed files
with
0 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,5 @@ | ||
{ | ||
"ServerApp": { | ||
"root_dir": "example_course" | ||
}, | ||
"NotebookApp": { | ||
"notebook_dir": "example_course", | ||
"root_dir": "example_course" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters