Status: New
Owner: ----
Labels: Type-Defect Priority-Medium IPython Printing

New issue 3566 by [email protected]: sympy.interactive.ipythonprinting fails to load on new versions of IPython
http://code.google.com/p/sympy/issues/detail?id=3566

This line:
loaded = 'sympy.interactive.ipythonprinting' not in ip.extension_manager.loaded

https://github.com/sympy/sympy/blob/master/sympy/interactive/ipythonprinting.py#L46

- Is wrong: the extension is loaded when the string *is* in the set.
- Is unnecessary: load_ipython_extension() is only called if the extension isn't already loaded (or if it is deliberately being reloaded). So you can use loaded=False there.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to