noc-book-2
noc-book-2 copied to clipboard
Nature of Code with p5.js and Notion workflow / build system.
the book says the 3d examples are online so i either need to make them or take this out.
It looks like the build is pulling some images from the [NOC Book 2](https://github.com/nature-of-code/noc-book-2) repo. When we first started this repo it was a speculative exploration of working with Notion....
Latex / Katex math formula rendering is broken in HTML and PDF builds. (Not sure if this is true just an example issue).
When I run `magicbook build` I get the following error: ``` Required file: stylesheets cannot be found Cannot register permalinks . stylesheets:insert not found Cannot register katex:setup . stylesheets:move not...
This PR adds a script to avoid orphans (too short last line) of paragraphs and list items. #666 For any multi-line text with a too short last line, the script...
I am still learning math so there could be factual errors! Let suppose the range of the output is in $[0, 1]$. We could just multiply it with $a$ if...
Need to add the following: 4.4 https://editor.p5js.org/noc-itp/sketches/akOzkJ6Zq 4.6 https://editor.p5js.org/natureofcode/sketches/nspf_XtLV 4.12 https://editor.p5js.org/natureofcode/sketches/j4HVdBEAM6
In class this week I noticed that the B's are missing from the 3rd row of illustration 8.21. This is what is in the book:  This is the correct...
I wasn't sure about the note in margin on page [43](https://natureofcode.com/vectors/#example-12-bouncing-ball-with-vectors). Having just tried it, I'm now confused myself. In some sketches I can call `createVector()` outside of `setup()` and...