Public
Edited
Apr 14, 2023
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
height_m = height_cm / 100
Insert cell
stride_m = height_m * 0.414
Insert cell
distance_m = stride_m * steps
Insert cell
speed_kph = distance_m / 1000 * 4
Insert cell
speed_mph = speed_kph / 1.609
Insert cell
MET = 1 + speed_mph
Insert cell
cal = 15 * MET * 3.5 * weight_kg / 200
Insert cell
import {weight_input, weight_kg, height_input, height_cm, viewof steps} from "59248563da107bc7"
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