virtualenv .venv
source .venv/bin/activate
pip3 install jupyter pandas
pip3 install matplotlib
pip3 install seaborn scipy # optional
# install bare minimum TeX package and conversion tools
brew install basictex pandoc
eval "$(/usr/libexec/path_helper)" # or reopen Terminal
# install TeX modules
# remember: tlmgr is pretty stupid with dependencies. You might need to run these several times to make this work.
sudo tlmgr update --self --all
sudo tlmgr install adjustbox caption collectbox \
enumitem environ eurosym jknapltx parskip \
pgf rsfs tcolorbox titling trimspaces ucs \
ulem upquote collection-fontsrecommended