##// END OF EJS Templates
SymPy has changed its recommended way to initialize printing
Aaron Meurer -
Show More
@@ -117,7 +117,7 b' def load_ipython_extension(ip):'
117 117 pass
118 118 else:
119 119 warnings.warn("The sympyprinting extension in IPython is deprecated, "
120 "use sympy.interactive.ipythonprinting")
120 "use 'from sympy import init_printing; init_printing()'")
121 121 ip.extension_manager.load_extension('sympy.interactive.ipythonprinting')
122 122 return
123 123
General Comments 0
You need to be logged in to leave comments. Login now