You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might be of interest as a limitation that you might considder documenting.
Trying to use autoreload in a Jupyter notebook then lazy-import does not work...
%load_ext autoreload
%autoreload 2
...
Error in callback <bound method AutoreloadMagics.post_execute_hook of <autoreload.AutoreloadMagics object at 0x0000000004CE1908>> (for post_execute):
...
ImportError: ... attempted to use a functionality that requires module ..., but it couldn't be loaded. Please install features and retry.
The text was updated successfully, but these errors were encountered:
This might be of interest as a limitation that you might considder documenting.
Trying to use
autoreload
in a Jupyter notebook then lazy-import does not work......
The text was updated successfully, but these errors were encountered: