[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/ProdigiousPython/ProdigiousPython/develop/docs/intro.html [Back]  [Original]

Prodigious Python — Prodigious Python
Back to top
Search this book...:

Prodigious Python

Prodigious Python#

Prodigious Python cover [Prodigious Python cover]

Homepage

PDF

Welcome to Prodigious Python

Idea of Prodigious Python is to be different from the traditional books.

We wanted Prodigious Python to be:

  • Fun

  • Executable

  • Publishable via static web pages and PDF

Development setup#

First things first, We need to clone our repo

git clone https://github.com/ProdigiousPython/ProdigiousPython.git

We use Poetry for the dependency mangement.

Lets install the packages required using the below command:

poetry install

To run the jupyter-lab:

poetry run jupyter-lab

To convert the notebooks to html

poetry run jb build .

To convert the notebooks to pdf

poetry run jb build --builder=pdfhtml .

The generated files would be present in _build folder.

Made with


Web Proxy Viewer  |  New URL  |  Original Page