Skip to content

Cookbook: deploying ipython

Kyle Kelley edited this page May 31, 2015 · 9 revisions

Running a notebook server

http://ipython.org/ipython-doc/3/notebook/public_server.html

Docker Images for IPython

IPython itself has a base image on Docker hub, called ipython/ipython:

docker pull ipython/ipython

As well as derivative images that contain the scipystack, just a notebook server, and the notebook server+scipystack.

Deploying IPython notebook

Chef Cookbook for the IPython Notebook - also has simple setup on Vagrant to deploy an IPython notebook via Vagrant.

IPython Notebook storage on Cloud Object Storage

Bookstore saves IPython notebooks to OpenStack Clouds over Swift. Has a built in module to work with public cloud provider Rackspace.

IPCluster

Utilities to deploy a IPython parallel cluster on Windows Azure

SaltStack states to setup an IPython cluster

Run IPython inside Docker

Clone this wiki locally