Notebook creation parameters (name, description, space, cells).
Optionaldescription?: stringOptional description for the notebook.
OptionalinitialCells?: unknown[]Optional array of initial notebook cells.
Display name for the notebook.
OptionalspaceId?: stringOptional space identifier for direct lookup.
Name of the target Datalayer space.
Context with Datalayer client, auth, and cloud document callbacks.
Optionalauth?: unknownAuthentication state for the current user.
Optionaldatalayer?: unknownDatalayer client instance for API calls.
Optionalextras?: {Additional callbacks and utilities.
OptionalopenCloudDocument?: (Callback to open the created notebook.
OptionalchatMessage: stringOptional message to include in the result for chat feedback.
Result with notebook URI and metadata or error details.
Creates a cloud notebook in a Datalayer space.