Colab: Difference between revisions
Jump to navigation
Jump to search
(Created page with "base command colab connect google drave to colab from google.colab import drive drive.mount('/content/gdrive')") |
No edit summary |
||
Line 5: | Line 5: | ||
from google.colab import drive | from google.colab import drive | ||
drive.mount('/content/gdrive') | drive.mount('/content/gdrive') | ||
go to my folder | |||
%cd /content/gdrive/MyDrive/SourceKaravi | |||
git clone | |||
!git clone https://github.com/akaravi/NTK.Education.Practice.git | |||
cd folder file test | |||
%cd NTK.Education.Practice\AlgorithmDesign\Practice1 | |||
run code | |||
!python test.py |
Latest revision as of 18:41, 10 October 2024
base command colab
connect google drave to colab
from google.colab import drive drive.mount('/content/gdrive')
go to my folder
%cd /content/gdrive/MyDrive/SourceKaravi
git clone
!git clone https://github.com/akaravi/NTK.Education.Practice.git
cd folder file test
%cd NTK.Education.Practice\AlgorithmDesign\Practice1
run code
!python test.py