Is Sympy Pretty Printing Broken In New Jupyter Notebook?
I have previously used pretty printing of math in the ipython notebook. After upgrading to jupyter (also upgrades many other ipython-related packages), pretty printing no longer wo
Solution 1:
I also encountered this issue, the fix is to upgrade your sympy
version. I found that 0.7.6 reproduces the error, but 0.7.7 has it fixed. At the moment this isn't available via pip
, but can be found via the github repo.
Post a Comment for "Is Sympy Pretty Printing Broken In New Jupyter Notebook?"