From e7ed4d1cdc1eea4663f4cc8ce41987afe2ae198b Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 19 Nov 2024 17:18:16 +1100 Subject: [PATCH] add hide-output tag to pip install --- lectures/keras.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lectures/keras.md b/lectures/keras.md index 3bba5b2..3aca701 100644 --- a/lectures/keras.md +++ b/lectures/keras.md @@ -42,6 +42,8 @@ import matplotlib.pyplot as plt Let's install Keras. ```{code-cell} ipython3 +:tags: hide-output + !pip install keras ```