ipython from vim
last updated: Oct 20, 2023
https://www.maxwellrules.com/misc/nvim_jupyter.html
Uses:
- https://github.com/goerz/jupytext.vim
-
Vim plugin for editing Jupyter ipynb files via jupytext
-
- https://github.com/hkupty/iron.nvim
- Iron allows you to quickly interact with the repl without having to leave your work buffer
- https://github.com/GCBallesteros/vim-textobj-hydrogen
- The textobj-hydrogen plugin provides two new text-objects,
ah
andih
, and backwards and forwards motion for them,[h
and]h
respectively. You can use them when you have to deal with hydrogen style python notebook cells. These are usually encountered when transforming jupyter notebooks to plain text files with tools such as jupytext and notedown. - Which the author wrote using https://github.com/kana/vim-textobj-user
-
Vim plugin: Create your own text objects
-
- The textobj-hydrogen plugin provides two new text-objects,
To get to a place where the author can open, navigate, and interact with a jupyter notebook from inside their vim session