Deep reload for `%run`
Open
- Dominant language
- Python
- Stars
- 16.8k
- Forks
- 4.5k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 6
Description
Suppose I'm editing `themod.py` and testing it using `%run thetest.py` which contains `import themod`. I am not aware of any current mechanism to make `%run thetest.py` automatically reload `themod` when it has changed, but this would be an extremely useful feature.
Contributor guide
Assessment
This issue has not been assessed yet.