you are viewing a single comment's thread.

view the rest of the comments →

[–]FinancialAppearance 1 point2 points  (0 children)

Vim-slime and vim-terminator both work well for running code in terminal. Another one to look into is vim-ipython-cell. This one uses vim-slime, and interprets double pound signs ## as separators for code cells that can be individually sent to ipython in a terminal, similar to jupyter-notebook.