Installation
Requirements
Section titled “Requirements”Install from PyPI
Section titled “Install from PyPI”pip install tikzfigureInstall for development
Section titled “Install for development”git clone https://github.com/max-models/tikzfigure.gitcd tikzfigurepython -m venv envsource env/bin/activatepip install -e ".[dev]"Optional extras
Section titled “Optional extras”| Extra | Contents |
|---|---|
tikzfigure[vis] | matplotlib, jupyterlab |
tikzfigure[docs] | Documentation build dependencies |
tikzfigure[test] | pytest, coverage |
tikzfigure[dev] | All of the above plus linting tools |
pip install "tikzfigure[vis]"Jupyter magic
Section titled “Jupyter magic”To enable the %%tikz magic in Jupyter:
%load_ext tikzfigure.ipython