I would like to use TensorBoard in TensorFlow 1 in Google Colab. The tutorials I have found seem to be on TensorFlow 2 and the suggestions do not seem to work in TensorFlow 1.
It seems I need some equivalent to tf.summary.create_file_writer and tf.summary.scalar. I have tried tf.contrib.summary.create_file_writer and tf.contrib.summary.scalar, but these do not seem to work.
Here is the recreation of my problem:
https://colab.research.google.com/drive/1M3CL0oasd8pCjXLaaHl15I1yz-LUXNhq