Workspace¶
- class Workspace(name, rows=None, alias=None, description=None, entitlements=None, tabs=None, selector_components=None, disclaimer=None, maintainers=None, call_to_action=None, tags=None)[source]¶
Methods
- __init__(name, rows=None, alias=None, description=None, entitlements=None, tabs=None, selector_components=None, disclaimer=None, maintainers=None, call_to_action=None, tags=None)[source]¶
- delete_all(include_tabs=False)[source]¶
Deletes the workspace and all persisted components. :type include_tabs:
bool
:param include_tabs: whether to delete all tabs and their persisted components also :return: None
Properties
- PERSISTED_COMPONENTS = {<class 'gs_quant.analytics.workspaces.components.DataGridComponent'>: '/data/grids', <class 'gs_quant.analytics.workspaces.components.MonitorComponent'>: '/monitors', <class 'gs_quant.analytics.workspaces.components.PlotComponent'>: '/charts', <class 'gs_quant.analytics.workspaces.components.DataScreenerComponent'>: '/data/screens'}¶
- alias¶
- call_to_action¶
- description¶
- disclaimer¶
- entitlements¶
- id¶
- maintainers¶
- name¶
- rows¶
- selector_components¶
- tabs¶
- tags¶