PyCharm 2025.1 Help

Jupyter

Configure Jupyter settings

Item

Description

Markdown font scale: 100%

This option allows you to adjust the Markdown font size for your notebook cells.

Notify when cell execution time exceeds 60 seconds

If this checkbox is selected, you will receive a notification when cell execution time exceeds a specified limit.

The time limit can be defined in seconds.

Show inline values

Select this checkbox if you want the value of the variables to be displayed.

It can be displayed for the current line only or across the entire notebook.

Show Python cells in the structure view

If this checkbox is selected, Python cells will be displayed in the structure view.

Invert image outputs for dark themes

Select this checkbox to invert the colors of image outputs when using a dark theme.

Render Markdown cells automatically

If this checkbox is selected, markdown cell contents will be rendered automatically.

Upload support libs to remote Jupyter

If this checkbox is selected, files from your local machine will be uploaded to a remote Jupyter server and remote variables will be displayed in the Variables tab of the Jupyter tool window.

Show the "Add Cell" pop-up in the Editor

Select this checkbox to enable a pop-up that allows you to add a cell quickly while you're in the Editor.

Execution time display mode

This option allows you to select how the information about the execution time of Python cells will be displayed.

You can choose to display the detailed or compact information, or to hide it completely.

Show timestamp on the execution label

Select this checkbox to display the timestamp next to the execution count.

Max output height in text lines

Use this option to set the maximum height for cell outputs, in the number of text lines.

Use -1 to limit output to 30% of the screen height. This option is set by default.

Clear notebook outputs before commit

Select this checkbox to automatically remove all cell outputs from a Jupyter Notebook before committing to VCS.

If this checkbox is selected, you can choose one of the following options to configure when clearing is applied:

  • Suggest clearing outputs when file size exceeds: specify a file size threshold. If the notebook exceeds this size, a suggestion to clear outputs will be displayed.

  • Always clear outputs before commit: always remove outputs before commit, regardless of the file size.

Last modified: 10 April 2025