-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
:IronRestart in ipython just makes the repl disappear but not restart #259
Comments
Hi, Thanks for the issue. I'll double-check. I think I have an idea of why is that. |
For me, calling |
I don't know if it's the same issue or something else but with R (or radian) calling |
Hi @jolars, are you 100% sure it kills the original process before starting a new one? If so, I will probably add a shortkey that combines IronFocus and IronRestart as a workaround |
Hm, actually it is kind of weird. If I start a REPL in one window and call |
I can confirm that calling :IronRestart from inside the REPL does not indeed kill the existing process and free up resources. It just starts a new one. I think a workaround might be to create a shortcut that goes into the REPL, quits it, and then starts a new one. I will add the code snippet here for python when I have it. |
I am working on a work-around on this issue. This keymapping does the following sequence:
keymap("n","",":IronFocusIquit() j", opts) but if I add IronRepl at the end of this sequence, I am unable to start iron again. Currently, it does a partial job of quitting python which is not too bad either |
Hi I have noticed this bug when doing Deep learning on the GPU.
I press shortcut and the entire repl disappears. However the ipython process is not terminated. I can still see the GPU working.
In the past, i.e., 2 days ago, the repl would get fully terminated and a new repl would start in its place.
Thanks
The text was updated successfully, but these errors were encountered: