Skip to content

Commit

Permalink
Don't use %load
Browse files Browse the repository at this point in the history
  • Loading branch information
lagru committed Aug 26, 2024
1 parent 3ca8d5d commit bc8df3b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tutorial/02_image_filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,6 @@ Look up the documentation of `scipy.ndimage.convolve`. Apply the same convolutio
# Solution here
```

```python
%load solutions/02_exercise_1.py
```

<!-- #region slideshow={"slide_type": "slide"} -->
### A difference filter
<!-- #endregion -->
Expand Down Expand Up @@ -743,18 +739,10 @@ vertical_kernel.shape
# Solution here
```

```python
%load solutions/02_exercise_3a.py
```

```python
# Solution here
```

```python
%load solutions/02_exercise_3b.py
```

<!-- #region editable=true slideshow={"slide_type": "slide"} -->
### Sobel edge filter
<!-- #endregion -->
Expand Down

0 comments on commit bc8df3b

Please sign in to comment.