##// END OF EJS Templates
Merge pull request #3485 from asmeurer/sympy...
Thomas Kluyver -
r11072:dd706308 merge
parent child Browse files
Show More
@@ -117,7 +117,7 b' def load_ipython_extension(ip):'
117 pass
117 pass
118 else:
118 else:
119 warnings.warn("The sympyprinting extension in IPython is deprecated, "
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 ip.extension_manager.load_extension('sympy.interactive.ipythonprinting')
121 ip.extension_manager.load_extension('sympy.interactive.ipythonprinting')
122 return
122 return
123
123
General Comments 0
You need to be logged in to leave comments. Login now