Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 654 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (21 loc) · 654 Bytes

Contributing

How to propose changes to this repository.

Installation

Fork the repository and clone it:

gh repo clone your-name/first-python-notebook

Change into the project directory:

cd first-python-notebook

Install the dependencies using pipenv:

pipenv install

Contributing

To start a test server the previews the site, use the following command:

make serve

Once 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.