Skip to content

Instantly share code, notes, and snippets.

@durmusdeniz
Created November 7, 2019 12:49
Show Gist options
  • Save durmusdeniz/9809ac1492c539a02b358f1a6f19dbfa to your computer and use it in GitHub Desktop.
Save durmusdeniz/9809ac1492c539a02b358f1a6f19dbfa to your computer and use it in GitHub Desktop.
#1 - docker pull continuumio/anaconda3
#2 - docker run -i -t -p 8888:8888 continuumio/anaconda3 /bin/bash
#3 - (in the container bash) /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
#4 - http://localhost:8888
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment