In this video you will learn how to create a Pull Request to the fastai library.
fastai's source code is based on jupyter notebooks, so the workflow is a little bit different.
We will use nbdev to handle the sync between .py files and notebooks and use github's gh CLI to make the PR from within the terminal.
The fastai deep learning library: www.github.com/fastai/fastai
The nbdev literate programming tool: www.github.com/fastai/nbdev