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
Instead of creating and destructing Julia sessions every time we could keep them open and just rerun the script without recompiling everything.
This could be achieved with https://github.com/c42f/RemoteREPL.jl
The text was updated successfully, but these errors were encountered:
Yes this would not change the current behavior. The idea is instead of opening and closing a session for each example, we keep each session open. When working locally, this would allow to rerun examples with low-latency.
Instead of creating and destructing Julia sessions every time we could keep them open and just rerun the script without recompiling everything.
This could be achieved with https://github.com/c42f/RemoteREPL.jl
The text was updated successfully, but these errors were encountered: