Skip to content

Commit 1ab6514

Browse files
authored
Merge pull request #3 from ravi9/2023.1.0
Update start_jupyter.sh
2 parents 353500d + 6fb0459 commit 1ab6514

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

start_jupyter.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ export TF_ENABLE_ONEDNN_OPTS=1
1717
# Start Jupyter Notebook server with $INSTANCE_ID as the password
1818
cd /home/ec2-user/openvino_notebooks
1919

20-
/home/ec2-user/.local/bin/jupyter lab \
20+
/home/ec2-user/openvino_env/bin/jupyter lab \
2121
--no-browser \
2222
--NotebookApp.allow_password_change=False \
2323
--NotebookApp.token="$INSTANCE_ID" \
2424
--ip 0.0.0.0 \
25-
--port 8888 &
25+
--port 8888 >/dev/null 2>&1 &
2626

2727
# For debugging
2828
#--port 8888 >/tmp/jupyter.log 2>&1 &

0 commit comments

Comments
 (0)