package jupyter-kernel

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.6.tar.gz
md5=a6ce3af2d012278e1d63ecdb48b45ecd
sha512=14f402023ee49c30346c6c14e0f21eda3b1889fb9b3c5e5a1b412c4278b13561abfbd8b79707d384bf4a8dde70ec3f3bf16663f9a4d56518866f130f6b971f73

Description

Tags

jupyter ipython

Published: 11 Feb 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