This repository contains all you will need to launch a GitHub Codespace with all the Python packages used in the first 4 modules of DTSP.
You can find the list of packages in the requirements.txt file.
Note
This uses part of your monthly GitHub codespace minutes. For more information on how to see your remaining minutes, go to the GitHub docs on codespaces billing
-
Click on the green Use this template button
-
Click on Open in a codespace.
If you know you will want to save what you are doing to a repository, click to expand this section
- Click on Create a new repository
- In the new repository page:
- Give your repository a name
- Click on Create repository
- Wait for the repository to be created
- In the new repository
- Click on Code
- Click on Codespaces
- Click on Create codespace on main
- Wait for the codespace to be created
- Once the codespace is created, you will see the following screen, which will look familiar from your desktop VS Code
- Wait a few minutes for everything to be set up. After a moment you will see the terminal at the bottom of the screen start to install the Python packages.
- You will also see the Python extensions being installed
-
Once everything is installed, you can start working on your Python code.
-
To save your work, click on the Source Control icon on the left-hand side of the screen and click on Publish Branch.