Skip to content

Docker image to run JupyterLab with OCaml, C++, and Python kernels

Notifications You must be signed in to change notification settings

mp2i-info/mp2i-jupyter-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Docker image to run a Jupyter notebook with OCaml, C++, and Python kernels.

Prerequisite

Usage

docker run -p 8888:8888 -e JUPYTER_ENABLE_LAB=yes -v "${PWD}":/home/jovyan/work qfortier/mp2i:2.0.0

Then open the given link.
SoS is a kernel for multi-language notebooks.

jupyter-mp2i