Skip to content

Commit 3a3fe66

Browse files
committed
finished pandas-advanced teaching, added pics, updated readmes
1 parent 870a918 commit 3a3fe66

7 files changed

+4024
-3008
lines changed

02-Simulation/02 SciPy Basics.ipynb

+8-1
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,13 @@
664664
" ax[i].imshow(p, cmap=\"hot\")"
665665
]
666666
},
667+
{
668+
"cell_type": "code",
669+
"execution_count": null,
670+
"metadata": {},
671+
"outputs": [],
672+
"source": []
673+
},
667674
{
668675
"cell_type": "markdown",
669676
"metadata": {},
@@ -1000,7 +1007,7 @@
10001007
},
10011008
{
10021009
"cell_type": "code",
1003-
"execution_count": 1,
1010+
"execution_count": null,
10041011
"metadata": {},
10051012
"outputs": [],
10061013
"source": [

02-Simulation/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ It is recommended that only the packages you need from SciPy are imported, given
7878
>>> b = linalg.solve(A, x)
7979
```
8080

81+
In addition, `scipy` provides a suite of basic image processing functions to adjust and manipulate images of varying sizes.
82+
83+
![Image not found](cats.svg)
84+
8185
To get a solid grasp of this package, you'll have to work through the notebook!
8286

8387
## Dask arrays

02-Simulation/cats.svg

+577
Loading

0 commit comments

Comments
 (0)