Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
import
warnings
8
9
def
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
warn
Method · 0.80
Tested by
no test coverage detected