##// END OF EJS Templates
Warn that `ipython_extension_dir` is Pending Deprecation.
Warn that `ipython_extension_dir` is Pending Deprecation.

File last commit:

r23335:2d4c3f99
r23335:2d4c3f99
Show More
pending-deprecation-ipython-extension.rst
5 lines | 472 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / pending-deprecation-ipython-extension.rst

Loading extensions from ipython_extension_dir print a warning that this location is pending deprecation. This should only affect users still having extensions installed with %install_ext which has been deprecated since IPython 4.0, and removed in 5.0. extensions still present in ipython_extension_dir may shadow more recently installed versions using pip. It is thus recommended to clean ipython_extension_dir of any extension now available as a package.