Workspace and Layout Management

Use workspaces to manage multiple analysis tasks in parallel. Each workspace has its own layout (pane configuration and tab arrangement). Because the layout is part of the project, reopening the project restores your previous layout.

Workspace tab bar

Workspace Operations

Creating a Workspace

Click the + button in the workspace tab bar at the bottom of the screen to open the Create New Workspace dialog. Select a template to create the workspace.

New Workspace dialog

Switching Workspaces

Click a workspace tab to switch to that workspace.

Reordering Workspaces

Drag and drop workspace tabs to change their order.

Context Menu

Right-click a workspace tab to access the following options:

  • Rename - Change the workspace name
  • Move Left / Move Right - Move the workspace left or right
  • Delete - Delete the workspace (cannot delete the last one). Only the layout is deleted; datasets and models remain in the project

Layout Templates

The following templates are available when creating a workspace:

TemplateDescriptionAuto-created Tabs
EmptyEmpty workspaceNone
DefaultSingle paneData Table
Horizontal SplitLeft-right splitData Table + Statistics
Vertical SplitTop-bottom splitData Table + Statistics
Three Pane AnalysisLeft 60% + right top-bottom splitData Table + Statistics + Selected Rows

Auto-created tabs require a dataset. If the project has no dataset, the workspace is created without tabs.

Three Pane Analysis layout

Pane Operations

Splitting Panes

Drag a tab to the edge of a pane (top, bottom, left, or right) to display drop zones. Drop the tab to split the pane.

Drop zone display

Adjusting Split Ratio

Drag the border between panes to adjust the split ratio.

Keyboard operations (when the border is focused):

KeyAction
Arrow Left / Arrow UpShrink left/top pane (5% increments)
Arrow Right / Arrow DownShrink right/bottom pane (5% increments)
HomeShrink left/top pane to its minimum size
EndShrink right/bottom pane to its minimum size
Enter / SpaceReset to equal split (50%)

Minimum size constraints: 250px horizontally, 200px vertically

Merging Panes

Close all tabs in a pane or move them to another pane to automatically remove that pane.

Active Pane

The most recently used pane shows a light blue line along its top edge. New tabs open in the active pane.

Tab Operations

Opening Tabs

Open tabs from the menu bar, the + button in a pane, or the command palette (Ctrl/Cmd+P).

Closing Tabs

Click the × button on the tab.

Moving Tabs

Drag and drop tabs to move them:

  • Drop within the same pane: Reorder tabs
  • Drop in a different pane: Move the tab
  • Drop at the edge of a pane: Create a new pane and move the tab

Keyboard Shortcuts

ShortcutAction
Ctrl/Cmd+POpen command palette
Ctrl/Cmd+SSave to browser
Ctrl/Cmd+Shift+SSave as MDS file

Saving and Restoring

  • File > Save to Browser (Ctrl/Cmd+S) — Save to browser local storage. Not available for sandbox projects, such as one opened from a URL, where saving is disabled; export as an MDS file to save instead
  • File > Export Project... (Ctrl/Cmd+Shift+S) — Export as an MDS file

Opening an MDS file restores all workspaces and layouts. See MDS Files for details on saving.

See also