You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi @joshcarp, oh, that is so cool! Let me know if you need some help.
But having said that, there are few things to consider, and I'm not sure what is the "wasm virtual machine" available for Jupyter-Lite. From the top of my head, GoNB will try to execute: go get, go build, go fmt, gopls (the LSP/autocomplete), and the binary it just built.
The named pipes are used to establish an optional out-of-band communication with the kernel, to add support to the special interactions with the front-end (like widgets, or simply display HTML). But if it's not available in the Jupyter Lite environment, I'm sure we can find another way to communicate, and use the same trivial protocol there.
Let me know if you would like to do a VC call to discuss this in details. PRs would be most welcome as well.
It would be nice to be able to run this in-browser for Jupyter lite.
AFAIK the only steps that need to be changed are here:
gonb/internal/goexec/goplsclient/exec.go
Line 52 in ec07209
gonb/internal/jpyexec/namedpipes.go
Line 101 in ec07209
I might implement this, just wanted to see if this was a thing that anyone else has thought about
The text was updated successfully, but these errors were encountered: