Using autoreload magic fails with the latest version
- Create a notebook with two cells
- First cell with the following code
%load_ext autoreload
%autoreload 2
- Second cell with
Upon running the second cell, the following error is displayed
Error in callback <bound method AutoreloadMagics.pre_run_cell of <IPython.extensions.autoreload.AutoreloadMagics object at 0x106796e90>> (for pre_run_cell):
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
TypeError: AutoreloadMagics.pre_run_cell() takes 1 positional argument but 2 were given
Downgrading to 8.16.1 fixes this