Использование колаба (python) для визуализации неподтвержденного планетарного объекта; Это случилось! Я не понимаю! Пожалуйста, помогите ... вот мой код https://colab.research.google.com/github/spacetelescope/notebooks/blob/master/notebooks/MAST/TESS/interm_tesscut_dss_overlay/tesscut_dss_overlay.ipynb#scrollTo = hNBL87NF9Wml & uniqifier = 1
КОД с проблемами:
#display the gif
if not os.path.exists(gif):
print("No gif found. Cannot display gif of time-series.")
Image(gif, embed=True)
ОШИБКА журнала:
ValueError Traceback (most recent call last) <ipython-input-27-d599e0c825fd> in <module>()
2 print("No gif found. Cannot display gif of time-series.")
3
----> 4 Image(gif, embed=True)
/usr/local/lib/python3.6/dist-packages/IPython/core/display.py in
__init__(self, data, url, filename, format, embed, width, height, retina, unconfined, metadata) 1013 1014 if self.embed and self.format not in self._ACCEPTABLE_EMBEDDINGS:
-> 1015 raise ValueError("Cannot embed the '%s' image format" % (self.format)) 1016 self.width = width 1017 self.height = height
ValueError: Cannot embed the 'gif' image format