Created
July 25, 2014 23:45
-
-
Save abkfenris/53c1dacca5fed296094e to your computer and use it in GitHub Desktop.
ipython with matplotlib dockerfile
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
| FROM ipython/notebook | |
| MAINTAINER Alex Kerney <[email protected]> | |
| RUN apt-get install -y -q python-numpy python-scipy python-matplotlib python-pandas python-sympy python-nose |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
And that was me not reading what I pasted, here's the repo: https://github.com/abkfenris/docker-ipython-matplotlib
I just changed the
CMDand it will override the one from base.What do you mean 'how you would want the user of the notebook set up?' On my own computer I've tweaked the CSS, I think in the default profile, but thats about it.