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
License
BSD2
Install
- Authors
-
- Maintainers
-
Sources
v0.8.tar.gz
md5=6bdd3f6fdc274b676db78ca5f50a58a7
sha512=c5ce7c36a395497bffb608f239e906b6e60ad965491a6dcf513a3ce0e4f4b87235dde2b77e8449d6bcff66c62c8863462458ce393899123400ca3d722994a90e
Dependencies
ocaml
>= "4.08"
digestif
>= "0.7.2"
yojson
>= "1.7"
zmq-lwt
>= "5.0" & < "6.0"
zmq
>= "5.0" & < "6.0"
odoc
with-doc
dune
>= "1.1"
Reverse Dependencies