Skip to content

Commit

Permalink
Fix: Update ServerApp.ip configuration to support IPv6 environments
Browse files Browse the repository at this point in the history
  • Loading branch information
chaturvedikna committed Dec 20, 2024
1 parent b7cf0ba commit fd3a04f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jupyter/intel/ml/ubi9-python-3.11/start-notebook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ fi

# Start the JupyterLab notebook
start_process jupyter lab ${NOTEBOOK_PROGRAM_ARGS} \
--ServerApp.ip=0.0.0.0 \
--ServerApp.ip="" \
--ServerApp.allow_origin="*" \
--ServerApp.open_browser=False
2 changes: 1 addition & 1 deletion jupyter/intel/pytorch/ubi9-python-3.11/start-notebook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ fi

# Start the JupyterLab notebook
start_process jupyter lab ${NOTEBOOK_PROGRAM_ARGS} \
--ServerApp.ip=0.0.0.0 \
--ServerApp.ip="" \
--ServerApp.allow_origin="*" \
--ServerApp.open_browser=False
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ fi

# Start the JupyterLab notebook
start_process jupyter lab ${NOTEBOOK_PROGRAM_ARGS} \
--ServerApp.ip=0.0.0.0 \
--ServerApp.ip="" \
--ServerApp.allow_origin="*" \
--ServerApp.open_browser=False
2 changes: 1 addition & 1 deletion jupyter/minimal/ubi9-python-3.11/start-notebook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ fi

# Start the JupyterLab notebook
start_process jupyter lab ${NOTEBOOK_PROGRAM_ARGS} \
--ServerApp.ip=0.0.0.0 \
--ServerApp.ip="" \
--ServerApp.allow_origin="*" \
--ServerApp.open_browser=False

0 comments on commit fd3a04f

Please sign in to comment.