/IADB-education-1

Repo for GitHub's Skills-based volunteering project with the IADB

Primary LanguageHTMLOtherNOASSERTION

Repo for Inter-American Development Bank project with GitHub's skills-based volunteering program

Context

✨This repo is for code, documentation, and discussion for work associated with a skills-based volunteering project in collaboration with the IADB and urbanpy. ✨

For details on the project, especially the initial volunteer ask please see this issue from this skills-based volunteering repo.

See our project board for upcoming, in-progress and done tasks.

We're using discussions to share meeting minutes and other topics that require broader communication and input.

The team from GitHub working on this project is @robcrystalornelas, @arnav-gulati and @pachicodes with the support of @csmlo

How to run the code in this repo

The easiest way to run the code in this repo is to open up a GitHub codespace. Here are the steps for doing so.

  1. Click the green code button in the top right corner of this page
Screenshot 2023-06-08 at 2 50 22 PM
  1. Click create codespace on main
Screenshot 2023-06-08 at 2 51 08 PM
  1. the codespace will take a few minutes to fully open and load all contents
Screenshot 2023-06-08 at 2 52 34 PM
  1. Open up one of the notebooks by clicking on a file that ends in .ipynb on the left side of the screen
Screenshot 2023-06-08 at 2 53 58 PM
  1. It will take some time to open, once it does, you can start running the code! Do this sequentially starting from the top to make sure all the data is loaded into your environment correctly. Start running code by either clicking the play button on the top of each code cell. Or use the mac shortcut shift+enter. You may be prompted to "select a kernel" the first time you run your code. You can select python and the recommended version 3.10.4
Screenshot 2023-06-08 at 2 57 07 PM