Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker images for Jupyter kernels

Custom lightweight Jupyter images for your taste!

I use Jupyter images for almost everything now, but one reason is learning languages or experimenting.

This repo contains the dockerfiles for custom learning base images for certain jupyter kernels:

To get any of these images just docker pull <image name> and run it with:

docker run -p 8888:8888 <image name>

If you want to delete the container after done (because why should you keep it?)

docker run -p 8888:8888 --rm <image name>

And finally, the notebooks are saved in a local volume under /notebooks and you can mount that directory to a local directory, for example, if you want mount and save your notebooks in the experiments directory in your local path

docker run 8888:8888 --rm -v $(pwd)/experiments:/notebooks <image name>

Enjoy!

About

Custom lightweight Docker Jupyter images for your taste!

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages