-
Notifications
You must be signed in to change notification settings - Fork 220
Open
Labels
Description
Hi,
sometimes it is useful to have multiple Julia REPLs running. This is already possible by starting another Julia instance from a bash terminal, but evaluation of code always seems to go to the first REPL.
I miss this feature from Spyder with IPython, where the currently active IPython REPL is automatically used to run the code. IMO very useful 1) for long running tasks, or 2) to preserve a program state, and continuing work elsewhere.
Best regards,
Andreas
AStupidBear, rozsasarpi, ClaudMor, daorse, josePereiro and 22 more