【发布时间】:2018-08-19 17:11:54
【问题描述】:
我如何像在 azure notebooks 和 IBM DS 工作台中一样将整个存储库或笔记本从 github 导入到 Google colab
【问题讨论】:
标签: github jupyter-notebook data-science google-colaboratory
我如何像在 azure notebooks 和 IBM DS 工作台中一样将整个存储库或笔记本从 github 导入到 Google colab
【问题讨论】:
标签: github jupyter-notebook data-science google-colaboratory
只要做一个简单的 git clone 就可以了:
!git clone githubrepohtml
%cd githubrepo_folder_name
【讨论】: