Hacker News new | ask | show | jobs
by sstanie 2857 days ago
Yep, in the ipython REPL if you do

  %load_ext autoreload
  autoreload 2
it'll reload functions from any module you edit each time you run a new command.