Public
Edited
Aug 14, 2023
Paused
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
// lofi variables
lf = ({
loop_length_s: 20, // seconds of loop time
sheets_used: 1, // sheets per loop
words_written: 40, // approximate words written
})
Insert cell
Insert cell
Insert cell
output = {
let seconds = hours * 3600
let loops = seconds / lf.loop_length_s
let wordsWritten = loops * lf.words_written
let sheetsUsed = loops * lf.sheets_used

return {loops, wordsWritten, sheetsUsed}
}
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