Python jupyter image with useful extras.
4.7K
This directory contains Dockerfile to make it easy to get up and running with
Jupyter via Docker.
We are using Makefile to simplify docker commands within make commands.
You can download the makefile from git.
# curl -O https://raw.githubusercontent.com/mediadesignpractices/docker/master/jupyter/Makefile
Build the container and start a jupyter notebook
$ make notebook
Build the container and start an iPython shell
$ make ipython
Build the container and start a bash
$ make bash
Mount a volume for external data sets
$ make DATA=~/mydata notebook
Prints all make tasks
$ make help
Content type
Image
Digest
Size
568.6 MB
Last updated
over 8 years ago
docker pull mediadesignpractices/jupyter