# \#jupyter

**URL:** https://discuss.ocaml.org/tag/jupyter/400.md

[Latest](https://discuss.ocaml.org/latest.md) · [Categories](https://discuss.ocaml.org/categories.md) · [Tags](https://discuss.ocaml.org/tags.md)

---

## [Ocaml notebooks in web browser](https://discuss.ocaml.org/t/ocaml-notebooks-in-web-browser/17385)

<div class="topic-metadata">

**Author:** [@Davy](https://discuss.ocaml.org/u/Davy)\
**Replies:** 2\
**Last updated:** [October 15, 2025, 10:08am UTC](https://discuss.ocaml.org/t/ocaml-notebooks-in-web-browser/17385 "2025-10-15T10:08:42Z")

</div>

Hello everyone ! I’m currently learning Ocaml, and found no better way to learn than working on a project : I’m happy to announce xeus-ocaml, a new kernel to run Ocaml from Jupyterlite notebooks :partying\_face: I’m fa…

---

## [How to import Libraries into OCaml Jupyter?](https://discuss.ocaml.org/t/how-to-import-libraries-into-ocaml-jupyter/14827)

<div class="topic-metadata">

**Author:** [@divyanka](https://discuss.ocaml.org/u/divyanka)\
**Replies:** 0\
**Last updated:** [June 21, 2024, 9:55am UTC](https://discuss.ocaml.org/t/how-to-import-libraries-into-ocaml-jupyter/14827 "2024-06-21T09:55:55Z")

</div>

I’m having some trouble trying to get libraries to run on the OCaml Jupyter Kernel. I have followed all steps here. For example, I’m trying to use the Ounit2 library. In a Jupyter Notebook cell, after selecting the OC…

---

## [Ocaml formatting in jupyter notebooks](https://discuss.ocaml.org/t/ocaml-formatting-in-jupyter-notebooks/13168)

<div class="topic-metadata">

**Author:** [@korbiniak](https://discuss.ocaml.org/u/korbiniak)\
**Replies:** 1\
**Last updated:** [October 5, 2023, 1:39pm UTC](https://discuss.ocaml.org/t/ocaml-formatting-in-jupyter-notebooks/13168 "2023-10-05T13:39:47Z")

</div>

Hey there, is there any easy way to run ocamlformat in the jupyter notebooks?

---

## [Musing about Jupyter, modular implicits, OCaml](https://discuss.ocaml.org/t/musing-about-jupyter-modular-implicits-ocaml/9800)

<div class="topic-metadata">

**Author:** [@Chet\_Murthy](https://discuss.ocaml.org/u/Chet_Murthy)\
**Replies:** 2\
**Last updated:** [May 7, 2022, 12:59am UTC](https://discuss.ocaml.org/t/musing-about-jupyter-modular-implicits-ocaml/9800 "2022-05-07T00:59:43Z")

</div>

I recently started using Jupyter with Python for some numerics work, and it got me to thinking about the difference between OCaml and Python, and suitability for integrating into such “rich toplevels”. I certainly haven…

---

## [Jupyter with pyml](https://discuss.ocaml.org/t/jupyter-with-pyml/6813)

<div class="topic-metadata">

**Author:** [@n4323](https://discuss.ocaml.org/u/n4323)\
**Replies:** 4\
**Last updated:** [August 30, 2021, 10:48pm UTC](https://discuss.ocaml.org/t/jupyter-with-pyml/6813 "2021-08-30T22:48:56Z")

</div>

Hi, I would like to achieve something similar to, but different from what is discussed in https://discuss.ocaml.org/t/ocaml-in-jupyter-based-environments/6797 . tl; dr: How can I get python REPL access to OCaml values ex…

---

## [Ocaml repl and/or utop port](https://discuss.ocaml.org/t/ocaml-repl-and-or-utop-port/7255)

<div class="topic-metadata">

**Author:** [@Phage](https://discuss.ocaml.org/u/Phage)\
**Replies:** 3\
**Last updated:** [February 11, 2021, 11:50am UTC](https://discuss.ocaml.org/t/ocaml-repl-and-or-utop-port/7255 "2021-02-11T11:50:11Z")

</div>

Does anyone know what port the ocaml repl or utop repl runs on? I am trying to build docker containers where the ocaml repl reside on one container and the jupyter server in another container. This is an experiment to …

---

## [Ocaml in Jupyter - Tab Completion](https://discuss.ocaml.org/t/ocaml-in-jupyter-tab-completion/7025)

<div class="topic-metadata">

**Author:** [@Phage](https://discuss.ocaml.org/u/Phage)\
**Replies:** 1\
**Last updated:** [December 29, 2020, 1:46am UTC](https://discuss.ocaml.org/t/ocaml-in-jupyter-tab-completion/7025 "2020-12-29T01:46:39Z")

</div>

Hi. I am using ocaml with jupyter. Tab completion seems to work only with some packages and not others. For example List.\<tab\> , a pop-up window appears with all functions in this module. However, Core.\<tab\> does …

---

## [Ocaml Jupyter Does NOT Detect Installed Packages](https://discuss.ocaml.org/t/ocaml-jupyter-does-not-detect-installed-packages/7011)

<div class="topic-metadata">

**Author:** [@Phage](https://discuss.ocaml.org/u/Phage)\
**Replies:** 1\
**Last updated:** [December 26, 2020, 9:58pm UTC](https://discuss.ocaml.org/t/ocaml-jupyter-does-not-detect-installed-packages/7011 "2020-12-26T21:58:29Z")

</div>

Hello. Installed packaged are not listed when running #list inside jupyter notebook. However, in utop, you can see the packages when running the same command (#list ) . Perhaps Jupyter is not exposed to packages when …
