Playground project for IOcaml Kernel (Jupyter project).
Successfully used this playground to write a final task for the course Introduction to Functional Programming in OCaml
Technically, project uses Docker to build an image that runs Jupyter with IOcaml preconfigured.
Build:
docker build --force-rm=true -t oh-my-ocaml
Run container:
docker run -it -v /abspath/to/folder/with/notebooks:/root/notebooks -P oh-my-ocaml
- Highlighting is not working, only for the cells that are initially loaded with notebook.