Jupyter
Item | Description |
---|---|
Markdown font scale: | This option allows you to adjust the Markdown font size for your notebook cells. |
Notify when cell execution time exceeds | 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. |