alphaCTzo7G

Results 37 comments of alphaCTzo7G

Whats the advantage of bpython over ipython? Last time I checked current ipython has mostly has everything that bpython has?

@gnebehay , I noticed that when you executed `import ipdb`, it mentioned `Enabling autoreload`. How are you doing this? I am trying to figure out how to `autoload` code while...

Thanks for the clarification. I will see if I can find any..

Couple of other observations: 1. this doesn't happen if I use `pdb` instead of `ipdb`. 2. the `redirect_output` function doesn't seem to have anything to do with this error. even...

hmm... I see.. I thought it was something to do with `ipdb`, because the same thing works fine when using `pdb`. So I had to start using `pdb` when I...

@tebeka , I was thinking about this. Did you figure it out? this would be very helpful

Should we use ` c.ZMQTerminalInteractiveShell.editor = 'vi'` in `jupyter`. This was a very helful function to edit long functions and run them in a interactive fashion.. Please bring it back.

Isn't jupyter console supposed to be for terminal editing? Wonding why the restrictions/constraints in jupyter-qtconsole/notebook is preventing this feature in jupyter-console?

Ahh I see. Is there a reason why the `console` part of `ipython` still exists? Most people use ipython through `jupyter`. Perhaps it would be better to combine the `ipython...

Can we have these searches in a way similar to `vim-text-objects`? That would make it much easier to remember and increase the `key-combination` space available to reduce clashes.