Datalore glossary
- Attached data
The tool for managing attached files, database connections, and datasources associated with a specific notebook.
- Background computation
The mode that keeps the computation running after the notebook tab is closed with a cut-off timer option.
- Chart cell
The cell type used to build customizable visualizations based on DataFrames.
- Code cell
The cell type used for coding in the selected programming language.
- Collapsed input/output
Notebook parts not shown to the user for more convenient coding experience.
- Computation_tab.xml
The interface component that helps you manage kernels, machines, and notebook runs from one place.
- Datasource
Mounted bucket data sources for direct use in notebooks.
- Edit access
The access type that allows collaborators to edit shared individual notebooks or notebooks of shared workspaces.
- Environment
The tool for configuring and customizing notebook environment.
- Grammar checker
The tool for configuring the editor's natural language assistance feature.
- Hidden input/output
Notebook parts not shown to viewers to make your presentation easier to read and quicker to navigate.
- History
The tool for notebook versioning.
- Home
Datalore home page and your default workspace.
- Interactive controls
A group of interactivity elements used to customize output without manually changing the code.
- Interactive report
A shared representation of a notebook copy as an interactive HTML page. Viewers are allowed to recalculate the report and manipulate the data representations it contains.
- Markdown cell
The cell type mostly used for code comments and explanations written in Markdown.
- Notebook
Basic Datalore document.
- Notebook attachments
Files, database connections, and external data sources attached to a specific notebook.
- Published report
A notebook copy shared with other users as a static report or interactive report (Enterprise feature only).
- Reactive mode
The mode that ensures fixed top-down evaluation order and automatic recalculation of the cells below the modified one.
- Secrets
Objects containing environment variables for your notebooks.
- Shared notebook
A notebook with edit or view access for collaboration in real time.
- Shared workspace
A workspace with edit or view access to all the notebooks it contains.
- Scheduling.xml
The feature used to run your notebooks at selected intervals (hourly, daily, weekly, or monthly)
- SQL cell
The cell type used to retrieve data from databases and prepare it for further use in notebooks as DataFrame objects.
- Static report
A shared representation of a notebook copy as a static HTML page where viewers can leave comments.
- Table viewer
An editor element that allows to view .csv and .tsv files from Attached data.
- Terminal
The tool providing an integrated terminal emulator.
- Trash
The storage for removed items.
- View access
The access type that allows collaborators to view shared individual notebooks or notebooks of shared workspaces.
- Visualize tab
The code cell tab used for the automatic plotting of pandas DataFrames.
- Worksheet
A part of a notebook presented on one scrollable page.
- Workspace
A collection of notebooks. There are three categories of workspaces:
Home: your default workspace
Workspaces you own: workspaces that you created
Other workspaces: workspaces created by other users and shared with you
- Workspace attachments
Files, database connections, and external data sources attached to a workspace and available in all notebooks this workspace contains.
- Workspaces you own
The Home page category of workspaces you created.
- Other workspaces
The Home page category of workspaces shared with you.