Skip to content

Instantly share code, notes, and snippets.

@mkoert
Created November 28, 2020 01:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mkoert/41790306ee936709022f1787807582b3 to your computer and use it in GitHub Desktop.
Save mkoert/41790306ee936709022f1787807582b3 to your computer and use it in GitHub Desktop.
docker run -i -t -p 8888:8888 continuumio/anaconda3 /bin/bash -c "/opt/conda/bin/conda install jupyter -y --quiet && mkdir /opt/notebooks && /opt/conda/bin/jupyter notebook --notebook-dir=/opt/notebooks --ip='*' --port=8888 --no-browser --allow-root"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment