Double output on ipython
Closed this issue · 2 comments
jiujitsu commented
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"
panyanyany commented
newest version of 2.4.1 have fixed this problem.
please try.
jiujitsu commented
Fixed, thanks! 👍