Skip to main content

Settings

Open the properties panel from File → Properties. It contains three tabs:

TabDescription
OptionsNotebook execution settings: worker image, autorun, auto-refresh, theme, etc.
Node propertiesName, description, creation date, author. See Properties.
PermissionsAccess control at user or group level, including sharing with any MINEO user. See Permissions.

Options

OptionTypeDescriptionDefault
UUIDstring (Read-only)The notebook's unique identifier.
Worker imagestringWorker image that will be used to run the notebook code.<default_project_image>
Worker environmentPROstringYou can select the available machine resource options (RAM, CPU, GPU) that will be used to run the notebook code.
Auto refreshdisabled | 30 sec | 60 sec | 90 sec | 5 min | 20 min | 1 hTime interval to auto-run the notebook.disabled
AutorunbooleanWhether to run the notebook when it is opened.false
Force themeNo | Dark | LightForce notebook to display in a specific theme, overriding user preferences. This ensures consistent colors and styling, especially for visualizations.No
HashbuttonGenerate the hash of the notebook
Allow to view the code in read only modebooleanWhether to allow READ only users to view the codefalse

Notebook style options

Control the visual appearance of your notebooks from File → Properties → Style. Options are organized into four categories:

CategoryWhat it controls
GeneralTheme, font, document width
BackgroundBackground color and images
GridColumn count, margins, block collision, positioning
TopbarNavigation bar colors
tip

You can also apply consistent styling to all blocks at once through the Block Style tab. See Block Style Options below.

General options

OptionDescription
Force ThemeLock the notebook to Dark or Light mode, ignoring user preferences. Useful for visualizations designed for a specific theme. Default: No (respects user preference).
Font FamilyCustom 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.

OptionDescription
Enable Responsive LayoutAdapts the layout to different screen sizes automatically.
Margin in Responsive ModeSpacing between content and viewport edges: Small, Medium, or Large.
ColumnsNumber of grid columns (e.g. 24). More columns = finer positioning control.
Block MarginSpacing between blocks: None (0px) to 32px.
Show GridDisplay a visible grid in the editor for alignment.
Show GuidesDisplay guide lines when dragging blocks.
Prevent CollisionBlocks won't shift when other blocks are dragged over them.
Free PositioningAllow blocks to overlap and ignore the grid.
Disable Vertical CompactingPrevent blocks from automatically moving up to fill empty spaces.

Topbar options

Customize the notebook's top navigation bar appearance.

OptionDescription
Background ColorBackground color of the navigation bar.
Font ColorText 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:

info

For all available block styling options, see Block Style Options in the Blocks documentation.