Forum Archive

'Reload' module

upwart

I have a module which contains some functions I use in several other programs. I have noticed that if I change the code of the module, these changes are not in effect in my programs. When I end Pythonista and start it up again, the new code is used.
Is there an easier way to accomplish the 'reload' of the module ? (something like reset, reload or forget).

omz

You can use the built-in reload function. In the upcoming 1.5 update, this will be handled automatically in most cases.

drweisz

Hello,I have read that numpy and matplotlib will come soon to your very very nice app. Do you have a timeframe when this will happen?