Markup Font in Jupyter Notebook in PyCharm
Rendered markup cells are unusable in jupyter notebooks when run from within PyCharm. The font looks something like 10pt SignPainter, which is a cursive font. Jupyter notebook markup rendering is fine outside pycharm. I am assuming this is not the intended behavior -- for some reason it is defaulting to an unusable font. I looked at a similar post, but the problem was different and as far as I can tell there was no resolution.
Here is the info on my machine.
PyCharm 2017.3.2 (Professional Edition)
Build #PY-173.4127.16, built on December 18, 2017
Licensed to John Morris
You have a perpetual fallback license for this version
Subscription is active until January 3, 2019
JRE: 1.8.0_152-release-1024-b8 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Mac OS X 10.13.3
Please sign in to leave a comment.
Hello John,
Could you please attach a screenshot that shows the problem?
Here is a screenshot.
Could you please clarify which Editor font do you have chosen in "Settings| Editor| Font| Font"?
Editor screen. Just to clarify. I assume "Setting|Editor|Font" controls my editor font for my text files (e.g., python, json, and so on). I have no problem with the fonts in my editor or the code cells in my jupyter notebook. I am only having problems in rendered markup cells.