Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I change Jupyter output font in PyCharm?

I'm trying to use PyCharm's Jupyter integration to write Python tutorials that I'll use on live workshops. However, I can't change the iPython output font. Any tips on how to do this?

I want to change these font sizes:

like image 874
Mario Freitas Avatar asked Apr 19 '17 02:04

Mario Freitas


People also ask

How do I change the font size of the output in Jupyter Notebook?

In JupyterLab version 2.1. 2, you can just go Settings > JupyterLab theme > Increase Code Font Size several times, and it will increase the font sizes from both the code and code output.

How do I change the font on my Jupyter code?

If you do not want to change the theme but want to change the font size and font, then you need to change the Jupyter Notebook CSS. Open . jupyter/custom/custom. css in an editor.

How do I change the font in Terminal PyCharm?

The location of console font changed in the latest versions of Pycharm. Show activity on this post. Go to File\Settings\Editor\Color & Fonts and choose save as to save currently used schema by a new name in order to make changes on a new schema. Then in mentioned direction go to console font and set size.


1 Answers

you can go to File->Settings->Build, Execution, Deployment->Jupyter

and uncheck the Use Editor Font Size option, set the font size you want.

Setting the font type is not currently supported.

like image 121
Jade Ling Avatar answered Oct 01 '22 05:10

Jade Ling