akabe / ocaml-jupyter

An OCaml kernel for Jupyter (IPython) notebook
https://akabe.github.io/ocaml-jupyter/
MIT License
292 stars 41 forks source link

keranal is not starting in juyoiter network #191

Closed priyanshujiiii closed 1 year ago

priyanshujiiii commented 2 years ago

how to add ocaml kernel in jupuiter notebook.

mseri commented 2 years ago

There is a post-installation message that tells you how to install the kernel. It usually requires you to call

ocaml-jupyter-opam-genspec
jupyter kernelspec install --user --name "ocaml-jupyter-$(opam var switch)" "$(opam var share)/jupyter"

The readme provides more details.

akabe commented 1 year ago

Sorry for very late reply. I close this issue because it seems solved. @mseri Thank you for supporting!