List of Current Microtasks Available#

This table shows the microtasks currently available to work on during a contribution period. The table contains a link to the issue describing the task, a label indicating which project it is connected to, an indication of how many applicants can work on the issue simultaneously, and a label indicating the difficulty level of the task. See Labelling the microtasks for more details.

Tip

Refresh the page to keep it up-to-date!

import pandas as pd from pyodide.http import open_url # Get the data data = pd.read_csv( open_url( "https://raw.githubusercontent.com/jupyterhub/outreachy/issue-data/microtask-table.csv" ) ) data.fillna(" ", inplace=True) # Function to display the table display(data.style.hide(axis="index"), target="microtask-table", append=False)
{ "splashscreen": { "autoclose": true }, "packages": [ "jinja2", "pandas" ] }