ivanov / vim-ipython

A two-way integration between Vim and IPython 0.11+
http://github.com/ivanov/vim-ipython
1.04k stars 163 forks source link

Initial steps towards compatibility with IPython 4.0 (Jupyter) #144

Closed deto closed 8 years ago

deto commented 8 years ago

Some steps towards addressing #140

Gets rid of the warning messages and fixes the call to ":IPython" However, the balloon function is still failing (not sure why).

Maintains compatibility with earlier versions of IPython.

However, I just wanted a quick and easy way to link my Vim and ipython qtconsole.

deto commented 8 years ago

Closed in favor of pull request #151 by @jjhelmus