Notebooks 2.0 is here.

Public
Edited
Feb 16
Insert cell
Insert cell
Insert cell
viewof wordCount = Inputs.number({ value: 4 })
Insert cell
Insert cell
viewof wordlistLength = Inputs.number({ value: 7776 })
Insert cell
Insert cell
viewof pbkdf2iterations = Inputs.number({ value: 100000 })
Insert cell
Insert cell
viewof hashratePerDollar = Inputs.number({ value: 1491755700000001 })
Insert cell
Insert cell
`${Math.round((((wordlistLength ** wordCount) * pbkdf2iterations) / hashratePerDollar) * 0.5)}$`
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