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

Function load_ipython_extension

IPython/extensions/rmagic.py:9–12  ·  view source on GitHub ↗

Load the extension in IPython.

(ip)

Source from the content-addressed store, hash-verified

7import warnings
8
9def load_ipython_extension(ip):
10 """Load the extension in IPython."""
11 warnings.warn("The rmagic extension in IPython has moved to "
12 "`rpy2.ipython`, please see `rpy2` documentation.")

Callers

nothing calls this directly

Calls 1

warnMethod · 0.80

Tested by

no test coverage detected