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

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more