package jupyter-kernel

  1. Overview
  2. Docs
Library to write jupyter kernels (interactive notebooks)

Install

Dune Dependency

Authors

Maintainers

Sources

v0.8.tar.gz
md5=6bdd3f6fdc274b676db78ca5f50a58a7
sha512=c5ce7c36a395497bffb608f239e906b6e60ad965491a6dcf513a3ce0e4f4b87235dde2b77e8449d6bcff66c62c8863462458ce393899123400ca3d722994a90e

Description

Tags

jupyter ipython

Published: 19 Nov 2021

README

Jupyter-Kernel

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

Dependencies (15)

  1. ocaml >= "4.08"
  2. logs
  3. uutf
  4. ptime
  5. digestif >= "0.7.2"
  6. lwt
  7. uuidm
  8. yojson >= "1.7"
  9. atdgen
  10. zmq-lwt >= "5.0" & < "6.0"
  11. zmq >= "5.0" & < "6.0"
  12. base-unix
  13. result
  14. base-bytes
  15. dune >= "1.1"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None