save_session
Save current datasets and plot specifications to a JSON file, enabling session resumption later.
Instructions
Save the current session state (datasets + plot specs) to a JSON file.
Allows resuming work later by loading the session back. Note: plot objects are not serialized — only specs and data are saved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | No | Path to save the session file (default: holoviz_session.json) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |