Skip to content

Commit

Permalink
add hide-output tag to pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Nov 19, 2024
1 parent ba0cde4 commit e7ed4d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lectures/keras.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ import matplotlib.pyplot as plt
Let's install Keras.

```{code-cell} ipython3
:tags: hide-output
!pip install keras
```

Expand Down

0 comments on commit e7ed4d1

Please sign in to comment.