diff --git a/examples/jupyter.ipynb b/examples/jupyter.ipynb index 77fc9c25..b09bc0b5 100644 --- a/examples/jupyter.ipynb +++ b/examples/jupyter.ipynb @@ -87,7 +87,8 @@ ], "source": [ "# Trains - Example of integrating plots and training on jupyter notebook. \n", - "# In this example, simple graphs are shown, then an MNIST classifier is trained using Keras.!pip install -U pip\n", + "# In this example, simple graphs are shown, then an MNIST classifier is trained using Keras. \n", + "!pip install -U pip\n", "!pip install -U trains\n", "!pip install -U numpy==1.18.0\n", "!pip install -U tensorflow==2.0.0\n",