Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (18 loc) · 1.3 KB

File metadata and controls

32 lines (18 loc) · 1.3 KB

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