Published
Edited
Oct 17, 2021
2 forks
Importers
3 stars
Insert cell
Insert cell
view(bqn`<⟜'a'⊸/ "Big Questions Notation"`)
Insert cell
Insert cell
view(bqn`<\l'a'\h/ "Big Questions Notation"`)
Insert cell
Insert cell
fmt`<\l'a'\h/ "Big Questions Notation"`
Insert cell
Insert cell
bqn`+´↕10` // same as bqn`+\5\d10`
Insert cell
Insert cell
Array.from({ length: 10 }, (_, i) => i).reduce((a, b) => a + b)
Insert cell
Insert cell
view(bqn`(⊐{0=⍉15‿3‿5|⌜𝕩}¨(1+↕100))⊏⟨".", "Fizz", "Buzz", "FizzBuzz"⟩`)
Insert cell
Insert cell
bqn`{+´2×↕𝕩}`(10)
Insert cell
Insert cell
Insert cell
genUVs = bqn`{(1÷𝕩-1)×↕𝕩‿𝕩}`
Insert cell
uvs = genUVs(size)
Insert cell
genMatrix = bqn`{{0.1>+´𝕩⋆2}¨¯0.5+𝕩}`
Insert cell
matrix = genMatrix(uvs)
Insert cell
Insert cell
Insert cell
view(matrix)
Insert cell
Insert cell
Insert cell
Insert cell
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