| 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
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.