Settings
Open the properties panel from File → Properties. It contains three tabs:
| Tab | Description |
|---|---|
| Options | Notebook execution settings: worker image, autorun, auto-refresh, theme, etc. |
| Node properties | Name, description, creation date, author. See Properties. |
| Permissions | Access control at user or group level, including sharing with any MINEO user. See Permissions. |
Options
| Option | Type | Description | Default |
|---|---|---|---|
UUID | string (Read-only) | The notebook's unique identifier. | |
Worker image | string | Worker image that will be used to run the notebook code. | <default_project_image> |
Worker environmentPRO | string | You can select the available machine resource options (RAM, CPU, GPU) that will be used to run the notebook code. | |
Auto refresh | disabled | 30 sec | 60 sec | 90 sec | 5 min | 20 min | 1 h | Time interval to auto-run the notebook. | disabled |
Autorun | boolean | Whether to run the notebook when it is opened. | false |
Force theme | No | Dark | Light | Force notebook to display in a specific theme, overriding user preferences. This ensures consistent colors and styling, especially for visualizations. | No |
Hash | button | Generate the hash of the notebook | |
Allow to view the code in read only mode | boolean | Whether to allow READ only users to view the code | false |
Notebook style options
Control the visual appearance of your notebooks from File → Properties → Style. Options are organized into four categories:
| Category | What it controls |
|---|---|
| General | Theme, font, document width |
| Background | Background color and images |
| Grid | Column count, margins, block collision, positioning |
| Topbar | Navigation bar colors |
You can also apply consistent styling to all blocks at once through the Block Style tab. See Block Style Options below.
General options
| Option | Description |
|---|---|
| Force Theme | Lock the notebook to Dark or Light mode, ignoring user preferences. Useful for visualizations designed for a specific theme. Default: No (respects user preference). |
| Font Family | Custom font for the entire notebook. |
| Document Style (Scientific only) | Normal — standard width. Expanded — uses all available screen width. |
Grid options
Control how blocks are arranged and interact with each other in the canvas.
| Option | Description |
|---|---|
| Enable Responsive Layout | Adapts the layout to different screen sizes automatically. |
| Margin in Responsive Mode | Spacing between content and viewport edges: Small, Medium, or Large. |
| Columns | Number of grid columns (e.g. 24). More columns = finer positioning control. |
| Block Margin | Spacing between blocks: None (0px) to 32px. |
| Show Grid | Display a visible grid in the editor for alignment. |
| Show Guides | Display guide lines when dragging blocks. |
| Prevent Collision | Blocks won't shift when other blocks are dragged over them. |
| Free Positioning | Allow blocks to overlap and ignore the grid. |
| Disable Vertical Compacting | Prevent blocks from automatically moving up to fill empty spaces. |
Topbar options
Customize the notebook's top navigation bar appearance.
| Option | Description |
|---|---|
| Background Color | Background color of the navigation bar. |
| Font Color | Text color of the navigation bar. Ensure sufficient contrast with the background. |
Block style options
Apply consistent styling to all blocks at once through the Block Style tab in the Properties panel, instead of configuring each block individually.
Styles follow an inheritance hierarchy — each level overrides the previous one:
For all available block styling options, see Block Style Options in the Blocks documentation.