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
A feature request of a restart() function which restarts Julia and keeps the current working directory, the activated path and the window. This feature would be independent of a future comeback of the workspace function (#25046).
If this is added as a feature, I would suggest naming it restart_julia() (or not exporting it) so that the user's namespace isn't polluted with a relatively common word.
Fantastic little function, though! Extremely handy for when Revise runs into an edge case.
A feature request of a
restart()
function which restarts Julia and keeps the current working directory, theactivate
d path and the window. This feature would be independent of a future comeback of theworkspace
function (#25046).An almost-implementation by @fredrikekre:
This version is nested, so it keeps old display windows open etc. The actual solution would call
exec
with the right arguments.The text was updated successfully, but these errors were encountered: