Skip to content

danishabdullah/docker-gophernotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Docker Gophernotes

Built upon the fairly small micro-jupyter container image. Includes minimal libs to run gophernotes.

You can also just do

 docker pull danishabdullah/docker-gophernotes:latest

In order to do one off session

docker run --rm -p 8888:8888 danishabdullah/gophernotes:latest jupyter notebook --port=8888 --no-browser --ip=0.0.0.0

This image is designed to be very small. Yet it is about 605 MB. If you know a way to make it smaller, file an issue and make a pull request. :)

About

Docker + GopherNotes (Jupyter Notebooks with GoLang)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published