/notebook/python

Posts in python

Mkdocs environment

by Dan Aukes

Installs a specific flavor of mkdocs that matches github

```bash python -m venv ~/envs/mkdocs . ~/envs/mkdocs/bin/activate pip install \ mkdocs ...

Read More
All about Python dependencies

by Dan Aukes

External ...

Read More