Link to images within google drive from a colab notebook

前端 未结 3 617
没有蜡笔的小新
没有蜡笔的小新 2020-12-19 17:20

I would like to store image files on a drive and link to them from a collaboration notebook. Is this possible? For example.

google-drive/
  notebook.ipynb
           


        
3条回答
  •  温柔的废话
    2020-12-19 17:51

    A possible alternative to the great answer by Arpit Gupta for images are publicly shared: Get the ID of your file and prepend this line:

    https://docs.google.com/uc?export=download&id=
    

    Grabbed it from this forum post.

提交回复
热议问题