Skip to content

Instantly share code, notes, and snippets.

@dimitrovs
Created March 29, 2017 00:22
Show Gist options
  • Save dimitrovs/124efbfb95ed27616b48bb2fe505c513 to your computer and use it in GitHub Desktop.
Save dimitrovs/124efbfb95ed27616b48bb2fe505c513 to your computer and use it in GitHub Desktop.
Start iPython in current directory
docker run -d -v $(pwd):/home/jovyan/work -p 8888:8888 jupyter/minimal-notebook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment