1 | initial version |
Not sure if this works for the sage shell, but adding the following two lines successfully reloads modules on every execution:
%load_ext autoreload
%autoreload 2
Source documentation: https://ipython.readthedocs.io/en/stable/config/extensions/autoreload.html
2 | No.2 Revision |
Not sure if this works for the sage shell, but adding the following two lines successfully reloads modules on every execution:execution for sage notebook:
%load_ext autoreload
%autoreload 2
Source documentation: https://ipython.readthedocs.io/en/stable/config/extensions/autoreload.html