jupyter-kernel
Library to write jupyter kernels (interactive notebooks)
README
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
Install
- Published
-
23 Aug 2020
- Authors
-
- Maintainers
-
Sources
0.7.tar.gz
md5=02b7275196a74dc2b28565328104fe61
sha512=5f642a682ebb314a939409751b76a1c6f1e8ac0c4f999c6f9ba38937f985cca172e3f361df4d264ce040fc93d7239e24583f987be8e339230606b6025a92178e
Dependencies
ocaml
>= "4.03"
yojson
>= "1.6"
zmq-lwt
>= "5.0" & < "6.0"
zmq
>= "5.0" & < "6.0"
odoc
with-doc
dune
>= "1.1"
Reverse Dependencies