panyanyany/beeprint

Double output on ipython

Closed this issue · 2 comments

Tested with Ipython version 5.0. Example:

In [1]: from beeprint import pp

In [2]: pp({'foo': 'bar'})
{
  'foo': 'bar',
}
Out[2]: "{\n  'foo': 'bar',\n}\n"

newest version of 2.4.1 have fixed this problem.
please try.

Fixed, thanks! 👍