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

README.md.html

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