5 Commits

Author SHA1 Message Date
f73f2f7719 adding --link to run_jupyter
note that --link just adds a container to /etc/hosts
that means you can connect to mongodb on another container
named "inspiring_boyd" by having mongo connect to the database
at "inspiring_boyd" instead of "localhost".
This automatically resolves to the IP address of the mongo container.
2017-04-20 03:13:08 +00:00
94ca8e91b8 add seaborn to the list of installed python packages 2017-04-20 02:49:51 +00:00
b3fdca43c8 Fixed the Dockerfile and init script
jupyter now runs successfully.
jupyter saves to the /notebook directory.
tested out creating a notebook.
tested out importing several libraries.

...only thing missing is seaborn.
2017-04-19 23:27:51 +00:00
5351fa7c9f how to run the run script 2017-04-19 05:49:49 +00:00
9525f0e6f8 init checkin - dockerfile and build/run scripts 2017-04-19 05:48:29 +00:00