Colab

From wiki karavi
Revision as of 18:41, 10 October 2024 by Karavi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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