Python

Python#

This is a part of personal knowledge base related to the python programming language. Check more details on project on the main site.

Build site with command:

pip3 install jupyter-book
jb build .

Commit to gh-pages branch using:

pip3 install gph-import
ghp-import -n _build/html

Some notebooks use special tools to avoid boilerplate code. Add these tools to your environment with pip install -e ..