Skip to content

Installation

  • Python >= 3.8
  • A working pdflatex installation (e.g. TeX Live or MiKTeX)
Terminal window
pip install tikzfigure
Terminal window
git clone https://github.com/max-models/tikzfigure.git
cd tikzfigure
python -m venv env
source env/bin/activate
pip install -e ".[dev]"
ExtraContents
tikzfigure[vis]matplotlib, jupyterlab
tikzfigure[docs]Documentation build dependencies
tikzfigure[test]pytest, coverage
tikzfigure[dev]All of the above plus linting tools
Terminal window
pip install "tikzfigure[vis]"

To enable the %%tikz magic in Jupyter:

%load_ext tikzfigure.ipython