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.
1 parent 7920ee9 commit 1cb8f01Copy full SHA for 1cb8f01
start_jupyter.sh
@@ -10,6 +10,7 @@ curl -H "X-aws-ec2-metadata-token: $TOKEN" http://169.254.169.254/latest/meta-da
10
# Setup the ec2-user environment
11
cd /home/ec2-user
12
source /home/ec2-user/.bashrc
13
+export PATH=/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/ec2-user/.local/bin:/home/ec2-user/bin:$PATH
14
15
# Start Jupyter Notebook server with $INSTANCE_ID as the password
16
/home/ec2-user/.local/bin/jupyter notebook --no-browser --NotebookApp.allow_password_change=False --NotebookApp.token="$INSTANCE_ID" --ip 0.0.0.0 --port 8888 >/tmp/jupyter.log 2>&1 &
0 commit comments