🚀 Homepage
Welcome to Python Workshop 🐍
Idea of Python Workshop is to be different from the traditional books.
We wanted Python Workshop to be:
- Fun 🎉
- Executable 🤖
- Publishable via static web pages and PDF ⚙️
First things first, We need to clone our repo
git clone https://github.com/ProdigiousPython/PythonWorkshop.git
We use Poetry for the dependency mangement.
Let's 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 ❤️