Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 469 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 469 Bytes

jupinger

Docker files for a docker image with jupyter and cling. The main docker image is in subdirectory jupyter-cling.

This image is simply an installation of xeus-cling on top of a miniconda3 docker layer.

Example invocation:

docker run -it --rm --mount type=bind,source="$(pwd)"/work,target=/work -p 8888:8888 dhavenith/jupyter-cling