how to get tensorflow 0.10.0 on google colab 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__)