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

Function load_ipython_extension

IPython/extensions/storemagic.py:230–232  ·  view source on GitHub ↗

Load the extension in IPython.

(ip)

Source from the content-addressed store, hash-verified

228
229
230def load_ipython_extension(ip):
231 """Load the extension in IPython."""
232 ip.register_magics(StoreMagics)
233

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected