Public
Edited
Jun 12, 2023
24 forks
42 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
total_flour = bread.weight * 100 / (100 + bread.hydration + bread.salt)
Insert cell
levain = total_flour * bread.levain / 100
Insert cell
salt = total_flour * bread.salt / 100
Insert cell
levain_flour = levain * 100 / (100 + bread.levain_hydration)
Insert cell
levain_water = levain - levain_flour
Insert cell
flour = total_flour - levain_flour
Insert cell
water = total_flour * bread.hydration / 100 - levain_water
Insert cell
Insert cell
hours_to_ferment = {
const f = bread.proof_temp * 9 / 5 + 32;
return Math.log(bread.levain / 100 / 0.894) * (-0.0000336713 * f ** 4 + 0.0105207916 * f ** 3 - 1.2495985607 * f ** 2 + 67.0024722564 * f - 1374.6540546564);
}
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