MCPcopy 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

28import warnings
29
30def 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

warnMethod · 0.80

Tested by

no test coverage detected