Public
Edited
Feb 12, 2023
1 fork
1 star
Insert cell
Insert cell
Insert cell
x = np.array([2, 1, 5, 4])
Insert cell
y = np.array([3, 4, 7, 8])
Insert cell
z = np.dot(x, y)
Insert cell
a = np.array([20, 30, 40, 50])
Insert cell
a.itemsize
Insert cell
a.size
Insert cell
b = np.array([6, 7, 8])
Insert cell
np.zeros((3, 4)).toJs()
Insert cell
import { numpy as np } from '@gnestor/numpy'
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