Reputation: 1624
I'm following the official tutorial, Using IPython/Jupyter Notebook with PyCharm > Writing formulae.
When I write $$c = \sqrt{a^2 + b^2}$$
as markdown and execute it, it does not show formula correctly but it shows like this.
I'm expecting to be shown like this (cite from https://www.jetbrains.com/help/pycharm/2016.3/using-ipython-jupyter-notebook-with-pycharm.html#d469869e306), and it can be shown nicely in browser but not in PyCharm.
Does anyone know how to fix it?
My environment:
Upvotes: 3
Views: 3430
Reputation: 1326
It seems a bug related with this issue: Jupyter Notebook fails to properly handle IPython.display Math. The bug will be solved in 2017.1 release (stable release still not available [March 4th, 2017]) but you can get the PyCharm Early Access Program version that has the problem solved:
I tested the mac EAP release and it solves the issue that you are reporting.
Upvotes: 1