To follow along, create a GitHub Codespace on https://github.com/deepyaman/lichess-live-win-probability-tutorial:
-
Create a new codespace on
main
, making sure to choose "New with options..." -
Create the codespace in US East (prebuild available) with at least 4 cores
-
Wait for the codespace to be fully initialized (you should see
(lichess-live-win-probability-tutorial)
at the start of your terminal prompt) -
Run
git pull
in your terminal to ensure that you have the latest code
While it's possible to run everything on your local machine, we will not be able to debug issues outside Codespaces.