Skip to content

Commit 531edbd

Browse files
committedAug 7, 2024
remove unused library
1 parent 54d85a8 commit 531edbd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎notebooks/Chapter 19 - Multivariate Normal Distribution.ipynb

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"import numpy as np\n",
2020
"import matplotlib.pyplot as plt\n",
2121
"import scipy as sp\n",
22-
"import scipy.stats\n",
2322
"from mpl_toolkits.mplot3d import Axes3D\n",
2423
"import sympy as sy\n",
2524
"sy.init_printing() \n",
@@ -1258,7 +1257,7 @@
12581257
"name": "python",
12591258
"nbconvert_exporter": "python",
12601259
"pygments_lexer": "ipython3",
1261-
"version": "3.12.4"
1260+
"version": "3.12.0"
12621261
},
12631262
"toc": {
12641263
"base_numbering": 1,

0 commit comments

Comments
 (0)
Failed to load comments.