OCaml Jupyter | An OCaml kernel for Jupyter notebook

PHOTO EMBED

Tue Nov 21 2023 02:13:18 GMT+0000 (Coordinated Universal Time)

Saved by @nicosql

pip install jupyter
opam install jupyter
grep topfind ~/.ocamlinit || echo '#use "topfind";;' >> ~/.ocamlinit  # For using '#require' directive
grep Topfind.log ~/.ocamlinit || echo 'Topfind.log:=ignore;;' >> ~/.ocamlinit  # Suppress logging of topfind (recommended but not necessary)
ocaml-jupyter-opam-genspec
jupyter kernelspec install [ --user ] --name "ocaml-jupyter-$(opam var switch)" "$(opam var share)/jupyter"
content_copyCOPY

https://akabe.github.io/ocaml-jupyter/