package jupyter-kernel

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.7.tar.gz
md5=02b7275196a74dc2b28565328104fe61
sha512=5f642a682ebb314a939409751b76a1c6f1e8ac0c4f999c6f9ba38937f985cca172e3f361df4d264ce040fc93d7239e24583f987be8e339230606b6025a92178e

Description

Tags

jupyter ipython

Published: 23 Aug 2020

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

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None