IPython with bpython functions

I really admire bpython with its beautiful coloring and autocomplete, autohint, etc.

The problem is that in IPython there are some functions that I cannot do without, for example, rebooting, magic commands, matplotlib interaction, shell interaction, Vim interaction or IPython laptop. I know that there is also autocomplete in IPython, but this is not as good as in bpython.

Is there a way to install bpython in IPython?


Checkout: http://bipython.org/

+8
python ipython bpython
source share
1 answer

I used bpython and IPython until I found out about DreamPie .

+1
source share

All Articles