Closed MasonProtter closed 1 year ago
Ping @c42f
Thanks! This is great workaround for https://github.com/julia-vscode/julia-vscode/issues/1532 . Combined with https://github.com/julia-vscode/julia-vscode/pull/3123 I could replace the most part of a slow jupyterlab experience and only do interactive plots in it/Pluto.
Looks great! Could you add this to the reference docs too?
I added you as a collaborator so feel free to merge when you're ready.
Okay, I think that worked! Merging now.
This is basically just
connect_repl
, but without any REPL integrations. I found myself wanting this while interacting with a remote process from a Jupyter kernel whereBase.active_repl
is not defined.