Open a terminal (macOS/Linux) or Git Bash (Windows) and run the following commands:
cd your/directory/here
pwdGo to the GitHub repository page and fork it to your own GitHub account.
Once the repository has been forked, clone your fork (not the original repo):
git clone https://github.com/<your-github-username>/Python_Bootcamp.gitReplace <your-github-username> with your actual GitHub username.
cd Python_Bootcamp
pwdWe will be using Google Colab for this bootcamp.
Go to: https://colab.research.google.com/
Click “New Notebook” to start a fresh Python notebook.
- Click File → Save a copy in Drive
- Rename it appropriately (e.g.,
Day1_Live_Code)
If you are opening a notebook from GitHub:
- Click File → Open notebook
- Select the GitHub tab
- Paste the repository link
- Open the required notebook