threeML / docker_notebook

A docker that provides a direct jupyter notebook interface

Repository from Github https://github.comthreeML/docker_notebookRepository from Github https://github.comthreeML/docker_notebook

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

License:GNU General Public License v3.0


Languages

Language:Dockerfile 100.0%