How to upgrade all the libraries at once -- Tensorbook

I just received my Tensorbook, and I need to upgrade TensorFlow, Keras, and all other libraries that came pre-installed on it. Is there a way to upgrade them all at once. Can I use the Lambda Stack to do that?

sudo apt-get update && sudo apt-get upgrade

1 Like