package jupyter

  1. Overview
  2. Docs
An OCaml kernel for Jupyter notebook

Install

dune-project
 Dependency

Authors

Maintainers

Sources

jupyter-2.8.0.tbz
sha256=10b86a6788a9be21bd348ffced001f7ed765e3cccca7a6dd9319ace92c306bd3

doc/jupyter.notebook/Jupyter_notebook/Eval/index.html

Module Jupyter_notebook.EvalSource

Evaluation of OCaml code

Sourceval eval : string -> unit

eval code executes a given OCaml code in the toploop.

  • since 2.8.0