jupyter notebook上でgithubのリポジトリをclone
926 ワード
備忘録
作業ディレクトリをnotebook上で指定して
任意のフォルダへgit cloneする
import os
os.chdir("C:\\Users\\user")
os.listdir()
ここからもnotebook上で
!git clone https://github.com/your_github_name/repo.git
あとは
os.remove()
をつかって使い終わったフォルダを消してやればok
以上
Author And Source
この問題について(jupyter notebook上でgithubのリポジトリをclone), 我々は、より多くの情報をここで見つけました https://qiita.com/Ringa_hyj/items/8c02b0781565d2e66ece著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .