a feature request: i would like to be able to have access to the same python process from ocaml and from an interactive jupyter python session (console, qtconsole, notebook). in this way i could visualize in python some bigarrays that i populate from ocaml.
can this be achieved by pyml? it seems jupyter provides an infrastructure for separating kernels from clients and this would just have to be used somehow...