Skip to content

Commit 17971f7

Browse files
committed
#7 NotebbokApp -> ServerApp
1 parent 3331034 commit 17971f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
# and copied to the $HOME/.jupyter by the notebook_startup
8585
# script (above).
8686
_NOTEBOOK_CONFIG: str = """{
87-
"NotebookApp": {
87+
"ServerApp": {
8888
"token": "%(token)s",
8989
"base_url": "%(base_url)s",
9090
"ip": "0.0.0.0"

0 commit comments

Comments
 (0)