Skip to content

Commit 3e160ad

Browse files
committed
Merge branch 'main' into course_titles
2 parents d64a86b + 2ef4451 commit 3e160ad

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

binder/jupyter_config.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
22
"ServerApp": {
33
"root_dir": "example_course"
4-
},
5-
"NotebookApp": {
6-
"notebook_dir": "example_course",
7-
"root_dir": "example_course"
84
}
95
}

etc/jupyter/jupyter_notebook_config.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ exclude = [
109109

110110
[tool.hatch.build.targets.wheel.shared-data]
111111
"etc/jupyter/jupyter_server_config.d" = "etc/jupyter/jupyter_server_config.d"
112-
"etc/jupyter/jupyter_notebook_config.json" = "etc/jupyter/jupyter_notebook_config.json"
113112
"nbgrader/labextension/static" = "share/jupyter/labextensions/nbgrader/static"
114113
"install.json" = "share/jupyter/labextensions/nbgrader/install.json"
115114
"nbgrader/labextension/package.json" = "share/jupyter/labextensions/nbgrader/package.json"

0 commit comments

Comments
 (0)