Open notebook settings
Notebook settings apply only to the current notebook. You can configure display and export options, add custom CSS and HTML, and change other notebook-specific behavior. To open notebook settings:- In the upper-right corner of the notebook, select Notebook Settings ().
- In the settings menu, change the settings as needed.
Configure runtime behavior
Runtime settings control how the notebook responds when it starts, when a cell changes, and when an imported Python module changes.Execution modes
The runtime supports the following execution modes:Autorun mode
In autorun mode, the notebook automatically runs dependent cells when any of the following events occur:- You run or edit a cell.
- You interact with a UI element.
- An imported Python module changes while module autoreloading is enabled.
Lazy mode
In lazy mode, running a cell marks its downstream cells as stale but does not run them automatically. When you run a cell that has stale upstream cells, the notebook runs the upstream cells first. This process ensures that the cell receives up-to-date inputs.Change runtime settings
To change the runtime settings:- In the notebook footer, select Runtime reactivity ().
-
Configure the applicable settings:
Configure editor preferences
To configure editor preferences:- In the upper-right corner of the notebook, select Notebook Settings ().
- In the settings menu, select Editor.
- Configure preferences such as code font size, line numbers, and syntax highlighting.