-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal error: $jupyterout unbound at toplevel #204
Comments
ocaml-jupyter/src/repl/process.ml Lines 38 to 42 in ed45f5f
Since utop is not a jupyter kernel, they are deliberately not defined in utop. |
Makes sense. This issue can be closed according to its title, but before it is, I do have a question. This probably belongs in Discussion, but since I don't see it activated for this repository, I'll ask it here: Does |
I'm trying to work on getting
Comms
communication working with dotnet/interactive. To my understanding, I have to write a script that binds commands to actions and registers a type todotnet_coe_handler_comm
. I'm still new to this so I apologize if this is user error on my part.I'm trying to play around with the
Jupyter_comm interface
, but if I try to#require "jupyter.comm";;
in utop, I get aCompiling a
ml
script that referencesjupyter.comm
reveals additional information:I'm not sure if these are aggregate errors rolled into one? Poking around in the source, it feels like I'm doing some initialization step incorrectly, but I'm not experienced enough to know for sure, and getting an error only from a
#require
directive without using any of the contained types feels wrong.The text was updated successfully, but these errors were encountered: