Skip to content

Commit 3331034

Browse files
committed
#7 possible fix
1 parent c848a24 commit 3331034

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

operator/handlers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@
8686
_NOTEBOOK_CONFIG: str = """{
8787
"NotebookApp": {
8888
"token": "%(token)s",
89-
"base_url": "%(base_url)s"
89+
"base_url": "%(base_url)s",
90+
"ip": "0.0.0.0"
9091
}
9192
}
9293
"""

0 commit comments

Comments
 (0)