[IPython-dev] odd warning in notebook

Zoltán Vörös zvoros at gmail.com
Thu Jan 9 08:50:58 EST 2014


Hi All,

in the latest from master, I get a strange warning when I try to do the 
following:

In [1]:  'abc;abc'.split(';')

WARNING: Exception in image/png formatter:
\begin{bmatrix}abc, & abc\end{bmatrix}
^
Unknown symbol: \begin (at char 0), (line:1, col:1)

Out [1]: [abc, abc]


I don't think that it comes from any extra packages, given that the very 
first line produces the warning. Is this a known issue, or is, perhaps, 
something wrong with my configuration file?

Cheers,

Zoltán
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20140109/7f0595d7/attachment.html>


More information about the IPython-dev mailing list