问题
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