##// END OF EJS Templates
No longer deprecated. Removed.
Matthias Bussonnier -
Show More
@@ -28,5 +28,5 b' maintained here for backwards compatablitiy with old SymPy versions.'
28 import warnings
28 import warnings
29
29
30 def load_ipython_extension(ip):
30 def load_ipython_extension(ip):
31 warnings.warn("The sympyprinting extension in IPython is deprecated, "
31 warnings.warn("The sympyprinting extension as move to `sympy`, "
32 "use 'from sympy import init_printing; init_printing()'")
32 "use `from sympy import init_printing; init_printing()`")
General Comments 0
You need to be logged in to leave comments. Login now