/pyhton-book

Learn Python Step by Step

Primary LanguageJupyter Notebook

Paython(Basic)

This repository holds the Jupyter Book source for Paython(Basic).

1. To make a change to the book and update

  1. Fork the repository:

    git clone https://github.com/samyarmodabber/python-book
    
  2. Change the file you wish and commit it to the repository.

  3. Pull request your.

2. Build and preview the book locally

To build locally, pip install -r requirements.txt and then jupyter-book build .

Follow the build instructions on the Jupyter Book guide. The guide has information for how to use the Jupyter Book CLI to build this book. You can find the Jupyter Book build instructions here.