Specify the working directory on notebook Git clone to any folder
import os
os.chdir("C:\\Users\\user")
os.listdir()
From here on the notebook
!git clone https://github.com/your_github_name/repo.git
later os.remove() If you delete the used folder with, it's ok
Recommended Posts