Skip to content

Instantly share code, notes, and snippets.

@gg2uah
gg2uah / install_xelatex_on_mac.txt
Created November 10, 2023 16:33 — forked from peterhurford/install_xelatex_on_mac.txt
How to install latex and xelatex on Mac so that Jupyter "Download as PDF" will work
brew install pandoc
brew tap homebrew/cask
brew install --cask basictex
eval "$(/usr/libexec/path_helper)"
# Update $PATH to include `/usr/local/texlive/2022basic/bin/universal-darwin`
sudo tlmgr update --self
sudo tlmgr install texliveonfly
sudo tlmgr install xelatex
sudo tlmgr install adjustbox
sudo tlmgr install tcolorbox
@gg2uah
gg2uah / environment.yml
Last active July 15, 2020 11:11
Voila Dashboard View Issue
name: voila-pymc3
channels:
- conda-forge
dependencies:
- ipywidgets
- mkl-service
- pymc3
- voila=0.1.21