Skip to content

djmhunt/Codespace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DT4 codespace

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

How to use the codespace

  1. Click on the green Use this template button

  2. 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
    1. Click on Create a new repository
    2. In the new repository page:
      1. Give your repository a name
      2. Click on Create repository

    Create repository

    1. Wait for the repository to be created
    2. In the new repository
      1. Click on Code
      2. Click on Codespaces
      3. Click on Create codespace on main

    Open with codespaces

Create codespace

  1. Wait for the codespace to be created

Setting up codespace

  1. Once the codespace is created, you will see the following screen, which will look familiar from your desktop VS Code

Codespace

  1. 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.

Installing packages

  1. You will also see the Python extensions being installed

Installing extensions

  1. Once everything is installed, you can start working on your Python code.

  2. To save your work, click on the Source Control icon on the left-hand side of the screen and click on Publish Branch.

Publish changes

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors