Published
Edited
Feb 22, 2018
Fork of Invalidation
2 stars
Insert cell
Insert cell
Insert cell
tensor = {
const x = dl.randomNormal([10]);
yield x.data();

// When this cell is reevaluated, dispose x!
try {
yield invalidation;
} finally {
x.dispose();
}
}
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more