Retrieves a Malloy notebook with its raw cell contents (markdown and code). Cell execution should be done separately via the execute-notebook-cell endpoint.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Name of the project Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$Name of the package
Path to notebook within the package.
Version identifier for the package Version identifier pattern supporting dots and dashes
^[a-zA-Z0-9_.-]+$A Malloy notebook with raw cell contents.
Raw Malloy notebook with unexecuted cell contents
Resource path to the notebook
Name of the package containing this notebook
Relative path to the notebook file within its package directory
Version of the Malloy compiler used to generate the notebook data
Array of notebook cells containing raw markdown and code content
Array of file-level (##) annotations attached to the notebook