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):
662662 "notebook" ,
663663 "--ip=0.0.0.0" ,
664664 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" ,
667667 ]
668668 else :
669669 # 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:
1010 - jupyter_server==2.* # https://github.com/jupyter-server/jupyter_server
1111 - jupyterhub-singleuser==5.* # https://github.com/jupyterhub/jupyterhub
1212 - 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