til

Today I Learned

This file gets turned into the audreyfeldroy/til README and also the index of its documentation.

Install and Run

git clone https://github.com/audreyfeldroy/til.git
pip install -e .
pip install -Uqq setuptools nbdev jupyter
nbdev_install_hooks
nbdev_preview

Then a browser window will open with the TILs.

Committing Cleanly

Clean with prep before committing. Put this in your .bashrc or .zshrc:

# Nbdev alias to clean Jupyter notebooks before committing
alias prep='nbdev_export && nbdev_clean && nbdev_trust'