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/sympyprinting.py:30–32 ·
view source on GitHub ↗
(ip)
Source
from the content-addressed store, hash-verified
28
import
warnings
29
30
def
load_ipython_extension(ip):
31
warnings.warn(
"The sympyprinting extension has moved to `sympy`, "
32
"use `from sympy import init_printing; init_printing()`"
)
Callers
nothing calls this directly
Calls
1
warn
Method · 0.80
Tested by
no test coverage detected