GitHub CodeSpaces#

This workshop uses VSCode in browser through GitHub Codespaces. You can learn more about each:

Tips#

  • You can only have 2 codespaces active, you can see your active ones at github.com/codespaces

  • If any say that you have “uncommitted changes” it is important to go in to it and commit them.

Behind the Scenes#

The codespace set up for the workshop has a devcontainer file in it. This file tells the codespace how to set everything up. In this template it does a few key things:

  • install python