Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sympy printing in the example notebook #4087

Closed
jakobgager opened this issue Aug 21, 2013 · 2 comments
Closed

Sympy printing in the example notebook #4087

jakobgager opened this issue Aug 21, 2013 · 2 comments

Comments

@jakobgager
Copy link
Contributor

Related to #3485

Using the proposed initialization with ipython 1.0.0

from sympy.interactive import printing
printing.init_printing()

does only work with sympy 0.7.3 (current stable) but not with 0.7.2. Latter requires an explicit use_latex=True statement
init_printing(use_latex=True).

Maybe this should be mentioned somewhere.

@minrk
Copy link
Member

minrk commented Jan 29, 2014

We currently use init_printing(), and it looks like that's what you are proposing, so there's nothing to change. Shall we close?

@jakobgager
Copy link
Contributor Author

Well unfortunately the update I wrote (deleted in the meanwhile) was really confusing 😕
If I remember correctly, init_printing() didn't work with sympy 0.7.2, here a init_printing(use_latex=True) was necessary. With 0.7.3 everything works fine, so I guess it is ok to close this, as 0.7.3 was released about 7 month ago.

@minrk minrk closed this as completed Jan 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants