Skip to content

sendgridlabs/ipython-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipython-docker

A Docker container that can run an IPython notebook server.

You almost certainly want to use the official ipython/docker-notebook container instead. This one has some extra features, and also some additional restrictions.

Extra features

  • Contains the psycopg2 package for talking to Postgres databases
  • Contains the ggplot package for plotting
  • Contains the db.py package for simplifying database interactions

Extra restrictions

  • Does not use https or password protection by default.
  • Only supports Python 2.x.

Because of the lack of encryption or password protection, you should only run this container on your local machine.

Running the container

This will mount your local directory to /notebooks and make the notebook accessible at port 8888.

docker run -d -p 8888:8888 -v `pwd`:/notebooks sendgridlabs/ipython

About

Docker container for IPython notebook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages