We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 939b7c9 commit 6914a99Copy full SHA for 6914a99
probability/06_probability_of_and.py
@@ -19,6 +19,13 @@ def _():
19
return (mo,)
20
21
22
+@app.cell
23
+def _():
24
+ import matplotlib.pyplot as plt
25
+ from matplotlib_venn import venn2
26
+ return plt, venn2
27
+
28
29
@app.cell(hide_code=True)
30
def _(mo):
31
mo.md(
@@ -305,12 +312,5 @@ def _(mo):
305
312
return
306
313
307
314
308
-@app.cell
309
-def _():
310
- import matplotlib.pyplot as plt
311
- from matplotlib_venn import venn2
- return plt, venn2
-
315
if __name__ == "__main__":
316
app.run()
0 commit comments