# alias for working locally with slides (Unix & MacOS)
pyserver() {
if [[ $OSTYPE == darwin* ]] ; then
/usr/bin/open -a "/Applications/Google Chrome.app" 'http://127.0.0.1:8000/'
else
google-chrome "http://0.0.0.0:8000/"
fi
python -m SimpleHTTPServer 8000
}
For a full talk list, see www.maxpou.fr/talks/.