Saving or downloading plotly iplot images on Google Colaboratory
问题 I have been attempting to download a plot created using plotly on google colaboratory. So far this is what I have attempted: I have tried changing files.download('foo.svg') to files.download('foo') and I still get no results. I navigated to the files on Google colab and nothing shows there import numpy as np import pandas as pd from plotly.offline import iplot import plotly.graph_objs as go from google.colab import files def enable_plotly_in_cell(): import IPython from plotly.offline import