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 see whether building containers in this fashion will be easier than combining the repl and jupyter into one container.
Thanks.