Created
March 29, 2017 00:22
-
-
Save dimitrovs/124efbfb95ed27616b48bb2fe505c513 to your computer and use it in GitHub Desktop.
Start iPython in current directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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