Also known as 3blue1brown.com, 3b1b
3Blue1Brown is an educational YouTube channel created and run by Grant Sanderson. The channel focuses on teaching higher mathematics from a visual perspective, and on the process of discovery and inquiry-based learning in mathematics, which Sanderson calls "inventing math".
~5 min read
3Blue1Brown is an educational YouTube channel created and run by Grant Sanderson. The channel focuses on teaching higher mathematics from a visual perspective, and on the process of discovery and inquiry-based learning in mathematics, which Sanderson calls "inventing math".
==Grant Sanderson== ===Early life and education=== Sanderson graduated from Stanford University in 2015 with a bachelor's degree in mathematics. He worked for Khan Academy from 2015 to 2016 as part of their content fellowship program, producing videos and articles about multivariable calculus, after which he started focusing his full attention on 3Blue1Brown.
via Wikipedia infobox
This project contains the code used to generate the explanatory math videos found on 3Blue1Brown. This almost entirely consists of scenes generated using the library Manim. See also the community maintained version at ManimCommunity. Older projects may have code dependent on older versions of manim, and so may not run out of the box here. Note, while the library Manim itself is open source software and under the MIT license, the contents of this repository are available under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa]. I made this video to show more of how I use manim. Note that I'm using 3b1b/manim, not the community edition, some functionality may differ between the two. Aside from installing manim itself, replicating the workflow involves some custom plugins with Sublime, the text editor I use. If you use another text editor, the same functionality can be mimicked. The key is to make use of two facts. Running manimgl (file name) (scene name) -se (line number) will drop you into an interactive mode at that line of the file, like a debugger, with an iPython terminal that can be used to interact with the scene. Within that interactive mode, if you enter "checkpoint paste()" to the terminal, it will run whatever bit of code is copied to the clipboard. Moreover, if that copied code begins with a comment, the first time it sees that comment it will save the state of the scene at that point, and for all future calls on code beginning with the same comment, it will first revert to that state of the scene before running the code. The argument "skip" of checkpoint paste will mean it runs the code without animating, as if all run times set to 0. The argument "record" of checkpoint paste will cause whatever animations are run with that copied code to be rendered to file. For my own workflow, I set up some keyboard shortcuts to kick off each of these commands. For those who want to try it out themselves, here's what's involved. Install Terminus (via package control). This is a terminal run within sublime, and it lets us write some plugins that take the state in sublime, like where your cursor is, what's highlighted, etc., and use that to run a desired command line instruction. Take the files in the "sublime custom commands" sub-directory of this repo, and copy them into the Packages/User/ directory of your Sublime Application. This should be a directory with a path that looks something like /wherever/your/sublime/lives/Packages/User/ Of course, you could set these to whatever keyboard shortcuts you prefer.
Excerpt from the source-code README · 5,251 chars · not written by Vinony
via Wikidata · CC0
via Wikidata sitelinks · CC0
Discovered by embedding cosine similarity (sentence-transformers MiniLM, 384-dim).