Re: [Tutor] Refresh library imported

2015-08-11 Thread Laura Creighton
In a message of Tue, 11 Aug 2015 10:29:56 +0200, jarod_v6--- via Tutor writes: >HI there!! >I try to develop some scripts. I use ipython for check if my script work. > >When I change the script and try to import again that script I'm not able to >see the modification so I need every time close

Re: [Tutor] Refresh library imported

2015-08-11 Thread Steven D'Aprano
On Tue, Aug 11, 2015 at 10:29:56AM +0200, jarod_v6--- via Tutor wrote: > HI there!! > I try to develop some scripts. I use ipython for check if my script work. > > When I change the script and try to import again that script I'm not > able to see the modification so I need every time close ipyth

[Tutor] Refresh library imported

2015-08-11 Thread jarod_v6--- via Tutor
HI there!! I try to develop some scripts. I use ipython for check if my script work. When I change the script and try to import again that script I'm not able to see the modification so I need every time close ipython and run again and import the script. How can do the refresh of library wit