jupyter-kernel icon indicating copy to clipboard operation
jupyter-kernel copied to clipboard

Library for writing arbitrary jupyter kernels in OCaml.

Jupyter-Kernel build

A library for writing Jupyter kernels in OCaml

Install a Kernel

jupyter kernelspec install dir/containing/kernel/ --user --replace --name=<name>

Documentation

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

Related work

This project is a library for writing Jupyter kernels in OCaml.

If you are looking for a Jupyter kernel for OCaml, try one of these:

  • https://github.com/KKostya/simple_jucaml
  • https://github.com/andrewray/iocaml
  • https://github.com/akabe/ocaml-jupyter

License

BSD2