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 installed under opam install ... .
How can I get Jupyter to detect packages installed through opam install ... ? Please advise.
Thanks,
Phage
It seems the best approach may be to use docker container with Ocaml and Jupyter. Many ocaml/jupyter containers available on github were outdated so I have modified a dockerfile to build an updated version of the container. The dockerfile is posted below for anyone interested.