Propagating back only a few variables from a script ran with "%run -i"
Hugo Gagnon <[email protected]> Sat, 04 Apr 2015 17:33:33 -0400
| Newsgroups | gmane.comp.python.ipython.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, I am calling a script with "%run -i" and I would like to propagate back only a few variables from that script. How can I do that without deleting variables in my interactive namespace? Thanks, -- Hugo Gagnon