Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kithminrw committed May 15, 2024
1 parent 79e10ba commit 06ffe95
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 92 deletions.
Binary file modified _build/.doctrees/environment.pickle
Binary file not shown.
3 changes: 1 addition & 2 deletions _build/html/_sources/notebooks/00/00.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ P(A_1 \cup A_2 \cup A_3)
&= \sum_{i=1}^3 P(A_i) - \mathop{\sum \sum}_{1 \le i < j \le 3} P(A_iA_j) + P(A_1A_2A_3)
$$

```{tableofcontents}
```
```{table
11 changes: 1 addition & 10 deletions _build/html/_sources/notebooks/00/NB_0_2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,4 @@
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.12"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
"mimetype": "text
33 changes: 1 addition & 32 deletions _build/html/notebooks/00/00.html
Original file line number Diff line number Diff line change
Expand Up @@ -563,35 +563,4 @@ <h2>Packages<a class="headerlink" href="#packages" title="Link to this heading">


<p class="copyright">

© Copyright 2023.
<br/>

</p>

</div>

<div class="footer-item">

</div>

<div class="footer-item">

</div>

</div>
</footer>


</main>
</div>
</div>

<!-- Scripts loaded after <body> so the DOM is not blocked -->
<script src="../../_static/scripts/bootstrap.js?digest=8d27b9dea8ad943066ae"></script>
<script src="../../_static/scripts/pydata-sphinx-theme.js?digest=8d27b9dea8ad943066ae"></script>

<footer class="bd-footer">
</footer>
</body>
</html>

16 changes: 0 additions & 16 deletions _build/html/notebooks/00/NB_0_1.html
Original file line number Diff line number Diff line change
Expand Up @@ -561,19 +561,3 @@ <h1>Section 0.1 - Mathematics for Machine Learning<a class="headerlink" href="#s

</div>

</div>
</footer>


</main>
</div>
</div>

<!-- Scripts loaded after <body> so the DOM is not blocked -->
<script src="../../_static/scripts/bootstrap.js?digest=8d27b9dea8ad943066ae"></script>
<script src="../../_static/scripts/pydata-sphinx-theme.js?digest=8d27b9dea8ad943066ae"></script>

<footer class="bd-footer">
</footer>
</body>
</html>
13 changes: 0 additions & 13 deletions _build/html/notebooks/00/NB_0_2.html
Original file line number Diff line number Diff line change
Expand Up @@ -564,16 +564,3 @@ <h1>Section 0.2 - Scientific Python with NumPy, matplotlib and pandas<a class="h
</div>
</footer>


</main>
</div>
</div>

<!-- Scripts loaded after <body> so the DOM is not blocked -->
<script src="../../_static/scripts/bootstrap.js?digest=8d27b9dea8ad943066ae"></script>
<script src="../../_static/scripts/pydata-sphinx-theme.js?digest=8d27b9dea8ad943066ae"></script>

<footer class="bd-footer">
</footer>
</body>
</html>
20 changes: 1 addition & 19 deletions notebooks/00/NB_0_3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -529,22 +529,4 @@
"metadata": {
"kernelspec": {
"display_name": "base",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.12"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
"language":

0 comments on commit 06ffe95

Please sign in to comment.