Rename 3b1b_projects to from_3b1b

This commit is contained in:
Grant Sanderson 2019-12-17 09:45:07 -08:00
parent a138cea3ed
commit ef6716625e
226 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1,10 @@
from manimlib.imports import *
from from_3b1b.active.bayes.part1 import BayesDiagram
OUTPUT_DIRECTORY = "bayes/footnote"
class Test(Scene):
def construct(self):
diagram = BayesDiagram(0.4, 0.5, 0.2)
self.add(diagram)

Some files were not shown because too many files have changed in this diff Show more