MCPcopy Create free account
hub / github.com/ipython/ipython / install_extension

Method install_extension

IPython/core/extensions.py:143–150  ·  view source on GitHub ↗

Deprecated.

(self, url, filename=None)

Source from the content-addressed store, hash-verified

141
142 @undoc
143 def install_extension(self, url, filename=None):
144 """
145 Deprecated.
146 """
147 # Ensure the extension directory exists
148 raise DeprecationWarning(
149 '`install_extension` and the `install_ext` magic have been deprecated since IPython 4.0'
150 'Use pip or other package managers to manage ipython extensions.')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected