diff --git a/lectures/keras.md b/lectures/keras.md index 3aca701..932636c 100644 --- a/lectures/keras.md +++ b/lectures/keras.md @@ -42,7 +42,7 @@ import matplotlib.pyplot as plt Let's install Keras. ```{code-cell} ipython3 -:tags: hide-output +:tags: [hide-output] !pip install keras ```