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

Utilize Jupyter for instantiating a kernel connection in IPython >= 4 #152

Open benjaminvdb opened 8 years ago

benjaminvdb commented 8 years ago

Upon executing :IPython in Vim, a lot of warnings are displayed, such as "ShimWarning: The IPython.config package has been deprecated." The file ftplugin/python/vim_ipython.py is using some deprecated functions and this path tries to resolve them while staying backwards compatible.

warnings.txt