Skip to content
Please update to the latest release 0.77.2 to address Multiple CVEs.
notebook_create

notebook_create

Function
Arg Description Type
name The name of the notebook string
description The description of the notebook string
collaborators A list of users to share the notebook with. list of string
public If set the notebook will be public. bool
artifacts A list of NOTEBOOK artifacts to create the notebook with (Notebooks.Default) list of string
env An environment to initialize the notebook with ordereddict.Dict

Required permissions: COLLECT_SERVER

Description

Create a new notebook.