Skip to content

A docker that provides a direct jupyter notebook interface

License

Notifications You must be signed in to change notification settings

threeML/docker_notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

3ML Full Environment docker

To run this docker first pull it

docker pull threeml/notebook:1.0.0

The you cd to the directory you want to work and run:

docker run -it --rm -p 8008:8888 -v $PWD:/workdir -w /workdir threeml/notebook

This will lunch a Jupyter notebook server in that directory allowing you to run 3ML with all required packages installed.

About

A docker that provides a direct jupyter notebook interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published