Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 301 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 301 Bytes

Use this docker image if you need jupyter python notebooks with the CERN ROOT library. Built from rootproject/root-fedora image. Both python and ROOT C++ kernels are available.

Run with e.g.

docker run -p 3000:8080 cohm/pyroot-notebook

and then access by going to localhost:3000 in your browser.