Direct Google Colab Links

爷,独闯天下 提交于 2019-12-24 10:27:54

问题


How to get the direct link to a Google Colab file instead of its drive link?

Want the format: https://colab.research.google.com/notebooks/welcome.ipynb

Pressing share button gives this URL which opens drive on clicking. https://colab.research.google.com/drive/1IZw9t1F47pjAL3LZU2Mrkl-sBiG3rT44


回答1:


The /drive/... link is the direct link to a notebook stored in Drive. (Similarly, notebooks stored in github have a /github/... prefix.

Notebooks like /notebooks/welcome.ipynb are part of the service and can't be saved directly.



来源:https://stackoverflow.com/questions/51717491/direct-google-colab-links

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!