Public
Edited
May 12, 2023
Insert cell
Insert cell
a = nj.array([[1,2],[3,4]])
Insert cell
a.reshape([1,2,2])
Insert cell
nj.default.concatenate(a.reshape([1,2,2]), a.reshape([1,2,2]))
Insert cell
nj
Insert cell
nj.default.broadcast([4,3,1],[1,2])
Insert cell
nj.default.std([1,2,1])
Insert cell
nj = import("https://cdn.skypack.dev/numjs@0")
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