3

I used to use ipython notebook for displaying equations while using simpy module. As can be seen from the figure below it is neat and elegant.

ipython notebook equation display

It seems I have made some updates and I no more have ipython notebook; every time I run it, it switches back to Jupyter (I guess that is a new name after 4). Unfortunately, printing equation doesn't work as it used to yet I can type latex as Markdown text(see figure below). Am I missing something?

jupyter notebook equation display

2
  • see: stackoverflow.com/questions/16152040/… Commented Mar 28, 2016 at 16:58
  • There was a wrong attachment sorry for that. I am actually using from sympy.interactive import printing printing.init_printing(use_latex=True) Commented Mar 28, 2016 at 17:05

1 Answer 1

1

So finally it is working thanks to this reddit post. I just needed to update sympy module.

pip install -U sympy
Sign up to request clarification or add additional context in comments.

1 Comment

Yep, there is a bug in Jupyter printing in SymPy version 0.7.6. The patch fix 0.7.6.1 or the newest version (1.0) have fixed this bug.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.