package jupyter

  1. Overview
  2. Docs
An OCaml kernel for Jupyter

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v3.0.1.tar.gz
md5=27079d43a5134a740428623185807029
sha512=40929cacd1ddc0379c84438bcda3edce47ab571ea27ff5f597b5e88fc38c9198cc69442e334e05c64d854763c162c2e8266497dbc413134beb71db00d11df6ce

doc/jupyter.comm/Jupyter_comm/Stdin/index.html

Module Jupyter_comm.StdinSource

Jupyter stdin

Sourceval read_line : ?password:bool -> string -> string

read_line ?password prompt requests user's input.

  • since 0.1.0
Sourceval read_line_async : recv:(string -> unit) -> ?password:bool -> string -> unit

Asynchronous version of read_line.

  • since 0.1.0