[IPython-dev] TikZ Magics

Michael Kraus michael.kraus at ipp.mpg.de
Thu Mar 12 10:01:05 EDT 2015


The latest version of the TikZ magic is available at https://github.com/mkrphys/ipython-tikzmagic. I should remove the old version from my homepage and put a redirect.

I just tested that latest version of the magic with IPython 3.0.0 and both Python 2.7.9 and 3.4.3 and cannot reproduce the problem. I am running MacOSX 10.10.2 with Python from MacPorts and MacTex 2014.

I suggest you try with the latest version and if that does not work, send the full traceback.




> On 12.03.2015, at 10:19, z0k <zarak.mahmud at gmail.com> wrote:
> 
> I'm running IPython version 3.0.0
> 
> I installed the extension using %install_ext
> http://www.ipp.mpg.de/~mkraus/python/tikzmagic.py in a notebook cell. 
> 
> I then loaded it with %load_ext tikzmagic, which seems to work fine.
> 
> However, when I try to run the following:
> %tikz \draw (0,0) rectangle (1,1);
> 
> (or any other magic command for tikz)
> 
> I get the error. I only copied the last bit of the traceback.
> 
> 
> 
> --
> View this message in context: http://python.6.x6.nabble.com/TikZ-Magics-tp5001768p5089032.html
> Sent from the IPython - Development mailing list archive at Nabble.com.
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev




More information about the IPython-dev mailing list