How to propose changes to this repository.
Fork the repository and clone it:
gh repo clone your-name/first-python-notebookChange into the project directory:
cd first-python-notebookInstall the dependencies using pipenv:
pipenv installTo start a test server that previews the site, use the following command:
make serveOnce it starts, visit localhost:8000 in your browser. Edits made in the docs/ folder will appear immediately. Commit your changes to a branch and then submit a pull request to the source repository.