1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-06-20 08:08:34 +02:00
dotfiles/ipython/profile_default/startup/11-autoreload.py

Failed to ignore revisions in .git-blame-ignore-revs.

3 lines
103 B
Python
Raw Normal View History

2020-06-14 17:21:34 +02:00
get_ipython().run_line_magic('load_ext', 'autoreload')
get_ipython().run_line_magic('autoreload', '2')