data — clear()

Description

The clear() method of the data object removes all datasets stored in the notebook.

Signature

data.clear()
Scope
data
Family
core
Returns
mutates

Example

// delete all datasets
data.clear();