JuliaWeb / RemoteREPL.jl

Connect a REPL to a remote Julia process
MIT License
122 stars 11 forks source link

Add `connect_remote` #42

Closed MasonProtter closed 1 year ago

MasonProtter commented 2 years ago

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 where Base.active_repl is not defined.

MasonProtter commented 2 years ago

Ping @c42f

xgdgsc commented 2 years ago

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.

c42f commented 1 year ago

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.

MasonProtter commented 1 year ago

Okay, I think that worked! Merging now.