从URL打开Goog​​le Colab笔记本

时间:2018-09-01 19:53:54

标签: google-colaboratory

例如,在某些URL下有一个Python文件可用

https://gist.githubusercontent.com/messa/d19ad7fd4dc0f95df9caf984caef127c/raw/4d0daebdcfcf16ea3b7914ee6186bd98dbfb3c20/demo.py

实际上,它不是要点,而是一些课件/作业复习软件。

如何使用Google Colab打开此类URL,以便例如运行Python代码?

我知道我可以为Github要点或存储库构建colab URL,但是我可以为任何任意URL创建吗?

1 个答案:

答案 0 :(得分:8)

目前无法满足您的要求-构建一个URL,该URL将使Colab将特定URL上的.py文件的内容自动加载到新的Colab笔记本中。

与此最接近的事情是在github上托管一个笔记本,然后使用Colab网址打开它:例如

  • http://github.com/username/repository/path/to/notebook.ipynb可以在Colab中使用http://colab.research.google.com/github/username/repository/path/to/notebook.ipynb
  • 打开
  • http://gist.github.com/username/hash/filename.ipynb可以在Colab中使用http://colab.research.google.com/gist/username/hash/filename.ipynb
  • 打开