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
2020-06-15 01:49:03 +02:00

3 lines
103 B
Python

get_ipython().run_line_magic('load_ext', 'autoreload')
get_ipython().run_line_magic('autoreload', '2')