DataSpell 2025.2 Help

Jupyter General

Item

Description

Appearance

Show "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.

Show Run & Debug actions in Jupyter files

When this checkbox is selected, the Run and Debug buttons remain visible on the main toolbar when a Jupyter notebook is open.

Invert image outputs for dark themes

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

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.

Show Python cells in the structure view

Select this checkbox to enable the display of Python cells in the structure view.

When enabled, you can choose one of the following:

  • All: show all code cells.

  • Commented: show only cells that start with a comment. The comment will be used as a cell label.

Markdown

Markdown font scale: 100%

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

Render Markdown cells automatically

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

Variables

Show Variabes tool window on execution

If this checkbox is selected, the Jupyter Variabes tool window will appear each time you execute a cell.

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.

Execution

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 timestamp on the execution label

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

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.

Other

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.

11 July 2025