Data scientist Chris Albon has been posting pictures of his machine learning flash cards on Twitter. Here is how to automatically download them using python.
In case you do not have the modules used in the notebook nor jupyter installed, simply type
pip install -r module_list.txt
into terminal. Then run the notebook from terminal with
jupyter notebook Get\ Flashcards.ipynb