Skip to content

dwhitena/minimal-jupyter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

dwhitena/minimal-jupyter

This is a minimal docker image for Jupyter notebooks. The "minimal" docker image from Jupyter is around 1GB, and I wanted something a little more portable. The image is based on alpine and only included Python and Jupyter.

Usage:

To start a local Jupyter server:

$ docker run -p 8888:8888 dwhitena/minimal-jupyter

Then, you open a browser and visit localhost:8888 to use Jupyter.

About

A minimal Jupyter Docker image based on alpine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published