Published
Edited
Dec 14, 2020
Insert cell
md`# Interactivity-2`
Insert cell
Insert cell
Insert cell
Insert cell
md `## Продолжительность жизни`
Insert cell
Insert cell
md `## Длительность сна и...`
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
predations = Array.from(new Set(sleep.map(e=>e["Predation index"]))).sort()
Insert cell
dangers = Array.from(new Set(sleep.map(e=>e["Overall danger index"]))).sort()
Insert cell
Insert cell
Insert cell
Insert cell
import {slider} from "@jashkenas/inputs"
Insert cell
taxons = Array.from(new Set(animals.map(e=>e.TaxonClass)))


Insert cell
taxons2 = Array.from(new Set(animals.map(e => e.TaxonClass)))
// animals.map(function(e){return e.TaxonClass})
//
Insert cell
animals

Insert cell
Insert cell
Insert cell
html `<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet"> `
Insert cell
import {sleep} from "@glebtr/lesson-9"
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