Autoreload in IPython

141 views Asked by At

I have used autoreload before and it worked. For some reason, I am getting error in my new set-up. May be I am missing something.

import utility as ut

%load_ext autoreload
%autoreload 2

When I run the above, I get the following error.

The autoreload module is not an IPython extension.

UsageError: Line magic function `%autoreload` not found.
0

There are 0 answers