Skip to content

Playground for OCaml (Docker, Jupyter notebook, IOcaml kernel preconfigured)

Notifications You must be signed in to change notification settings

signalpillar/ocaml-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Usage

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

Known issues

  • Highlighting is not working, only for the cells that are initially loaded with notebook.

About

Playground for OCaml (Docker, Jupyter notebook, IOcaml kernel preconfigured)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published