from IPython.display import HTML, IFrame
# We scale down the plot to 50% for better readability on Colab. You can plug in whatever you'd like.
# Either HTML or IFrame should work.
display(HTML(open('pipeline.html').read().replace("100%", "50%")))
Please let me know if the wording in the comments can be any way better.
Patches #41,
Changes:
Please let me know if the wording in the comments can be any way better.