ivanov/vim-ipython

:Ipython not found

Closed this issue · 1 comments

When entering :Ipython in Vim, I get not found:

:IPython failed ^-- failed '' not found

I did source the .vim file.

Make sure that you're starting ipython correctly. You need to use either ipython console or ipython qtconsole; starting just ipython with no arguments will cause this error to show up.