Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-vscode
/
vscode
/
NotebookData
/
NotebookData
Notebook
Data
constructor
(
cells
:
ReadonlyArray
<
NotebookCellData
>
)
(
source
)
Create new notebook data.
Parameters
cells
An array of cell data.
Online Documentation