google colab install tensorflow code example
Example: colab tensorflow version change
%tensorflow_version 1.x
import tensorflow
print(tensorflow.__version__)
%tensorflow_version 1.x
import tensorflow
print(tensorflow.__version__)