File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -662,8 +662,8 @@ def start_container(self):
662
662
"notebook" ,
663
663
"--ip=0.0.0.0" ,
664
664
f"--port={ container_port } " ,
665
- f"--NotebookApp .custom_display_url=http://{ host_name } :{ host_port } " ,
666
- "--NotebookApp .default_url=/lab" ,
665
+ f"--ServerApp .custom_display_url=http://{ host_name } :{ host_port } " ,
666
+ "--ServerApp .default_url=/lab" ,
667
667
]
668
668
else :
669
669
# run_cmd given by user, if port is also given then pass it on
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ dependencies:
10
10
- jupyter_server==2.* # https://github.com/jupyter-server/jupyter_server
11
11
- jupyterhub-singleuser==5.* # https://github.com/jupyterhub/jupyterhub
12
12
- jupyterlab==4.* # https://github.com/jupyterlab/jupyterlab
13
- - notebook==6 .* # https://github.com/jupyter/notebook
13
+ - notebook==7 .* # https://github.com/jupyter/notebook
You can’t perform that action at this time.
0 commit comments