mkrphys / ipython-tikzmagic

IPython magics for generating figures with TikZ
BSD 3-Clause "New" or "Revised" License
160 stars 44 forks source link

Adds a workaround for the fact that pdflatex emits a warning #35

Closed MatrixManAtYrService closed 2 years ago

MatrixManAtYrService commented 2 years ago

As it turns out, it's ok to just ignore that warning. I didn't realize this until I had already written this, so I figured I'd push it just in case somebody in the future cares.

What I really wanted to do was prevent stdout and stderr from the subprocess from showing up in the notebook (they're what sent me on this goose chase).