I want to access Jupyter notebook from inside vim.
I have compile vim with Python support, and try this plugin http://github.com/ivanov/vim-ipython. The documentation suggest me to run :IPython command. This seems to not working at all. Some thread on the internet give me a gist that probably the project has been abandoned and people use vim binding in jupyter notebook instead of accessing notebook from inside vim. https://github.com/lambdalisue/jupyter-vim-binding.
The problem is, I also like to have some plugins as vim-jedi etc. Using the vim binding doesn't make any plugin I installed in vim accessible from inside Jupyter notebook.
Since I have try to search in google with no satisfying result, I really want to ensure, whether there is a way to access Jupyter notebook (editing Ipynb in the correct way by using vim) or not.
Thank you.
