Skip to content

Commit

Permalink
Don't --allow-root when running the Jupyter notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
cuttlefish authored and gadomski committed Jul 20, 2021
1 parent 679d212 commit 0795b60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/notebook
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ if [ "${BASH_SOURCE[0]}" = "${0}" ]; then
else
jupyter notebook \
--ip=0.0.0.0 \
--port=8888 \
--allow-root # Useful if run within the Docker containers
--port=8888
fi
fi

0 comments on commit 0795b60

Please sign in to comment.