Is it possible to change the font and size of the output text?

I just installed Jupyter Notebook on Windows 10 using pip and the installation steps specified in the documentation.

I searched before I asked, but most of the answers I found were confusing.

Is there a simple method to change the font and font size of the output text?

One of the big improvements for JupyterLab , which is the more current generation in the evolution of Jupyter, is that it is much easier to control this, see here.

However, for the traditional (classic) notebook interface, it isn’t as easy. This post describes how.

If you are unclear about which interface you are dealing with, you can go here and pick the upper right block to try JupyterLab.

You can install JupyterLab, if you haven’t already.