JuliaWeb / RemoteREPL.jl

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

@remote ex from within a function running on a remoterepl worker? #61

Open disleyland opened 1 year ago

disleyland commented 1 year ago

I have tried to use the "@remote ex" syntax hard-coded into script loaded via a .jl include in the remoterepl session but that generates an error.

Is there an equivalent of RemoteREPL.remote_eval("funcOnServer()") which can be triggered from a script running on the remoterepl worker? something like a RemoteREPL.server_eval exposed on the remote worker?