We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 353500d + 6fb0459 commit 1ab6514Copy full SHA for 1ab6514
start_jupyter.sh
@@ -17,12 +17,12 @@ export TF_ENABLE_ONEDNN_OPTS=1
17
# Start Jupyter Notebook server with $INSTANCE_ID as the password
18
cd /home/ec2-user/openvino_notebooks
19
20
-/home/ec2-user/.local/bin/jupyter lab \
+/home/ec2-user/openvino_env/bin/jupyter lab \
21
--no-browser \
22
--NotebookApp.allow_password_change=False \
23
--NotebookApp.token="$INSTANCE_ID" \
24
--ip 0.0.0.0 \
25
---port 8888 &
+--port 8888 >/dev/null 2>&1 &
26
27
# For debugging
28
#--port 8888 >/tmp/jupyter.log 2>&1 &
0 commit comments