Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hansihe/pythonnotebook

A docker image containing ipython notebook, the scipy stack and several useful packages.
https://github.com/hansihe/pythonnotebook

Last synced: about 1 month ago
JSON representation

A docker image containing ipython notebook, the scipy stack and several useful packages.

Awesome Lists containing this project

README

        

A docker image that runs a ipython notebook. Default packages include the scipy stack and several packages I use.

To build the docker image, run:

`$ docker build .`

To create and run the image, run the command below. Please note that this will only listen on localhost. Listening on anything else would be irresponsable since we don't have a password set.

`$ docker run --name -d -p 127.0.0.1:8081:8888 -v ~/notebooks:/notebooks `