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

Function load_ipython_extension

IPython/extensions/cythonmagic.py:18–21  ·  view source on GitHub ↗

Load the extension in IPython.

(ip)

Source from the content-addressed store, hash-verified

16
17## still load the magic in IPython 3.x, remove completely in future versions.
18def load_ipython_extension(ip):
19 """Load the extension in IPython."""
20
21 warnings.warn("""The Cython magic has been moved to the Cython package""")

Callers

nothing calls this directly

Calls 1

warnMethod · 0.80

Tested by

no test coverage detected