vim-repl
Best REPL environment for Vim (by sillybun)
vim-ipython-cell
Seamlessly run Python code in IPython from Vim (by hanschen)
vim-repl | vim-ipython-cell | |
---|---|---|
6 | 11 | |
447 | 335 | |
- | - | |
2.9 | 3.1 | |
about 1 year ago | over 1 year ago | |
Vim Script | Python | |
GNU General Public License v3.0 only | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
vim-repl
Posts with mentions or reviews of vim-repl.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-05.
-
Looking for python setup similar to nvim-r
Tu reproduce nvim-r workflow you might want something like this https://github.com/sillybun/vim-repl.
-
Is there any plugin or a way where I can see my code like this and not opening a browser to view it?
:h :terminal and some REPL plugin, e.g. vim-slime, vim-repl or reply.vim
-
Switching to VScode from VIM
Vim has a fantastic repl tool https://github.com/sillybun/vim-repl
- Please help a newbie understand your workflow (python)
- After using python for more than 4 years only very recently I am seriously considering switching from standard Python IDLE
-
Tmux lets you select and copy text with your keyboard
Even more awesome: vim-repl (https://github.com/sillybun/vim-repl) uses the :term feature to provide convenient communication with any REPL, with extra support for some languages such as Python.
vim-ipython-cell
Posts with mentions or reviews of vim-ipython-cell.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-12.
-
Neovim workflow for machine learning / data scientist. Struggling with jupyter notebooks.
hanschen/vim-ipython-cell: Seamlessly run Python code in IPython from Vim with tmux
- data science (jupyter notebooks) with vim?
- Nicer jupyter notebook workflow with neovim thanks to Jupytext and mini.ai
-
Is there anything like a running Jupyter Kernel LSP?
With stuff like https://github.com/dccsillag/magma-nvim or https://github.com/hanschen/vim-ipython-cell, I rarely never use a Jupyter notebook anymore.
-
Vim & Tmux for Python with figures
I like to use Vim and Tmux on Linux, however, for Python I often end up using the Spyder IDE as it has the convenient functionality of putting all the plots in one window and allowing me to scroll through it when I have multiple graphs for a script. I am aware of nice solutions like https://github.com/hanschen/vim-ipython-cell and https://gontcharov.be/blog/vim-tmux-python that allow one to use VIM and TMUX. This seems like an excellent solution, but I am missing the figure component. Anybody has a good suggestion for that?
-
jupyter and vim
I personally have vim (or neovim) and IPython open in two panes in tmux and then use my plugin vim-ipython-cell to run the code. It supports running code cells similar to what you have in Jupyter notebooks, so you can for example have one cell that reads the data and another cell to make the plot, and then just re-run the plotting part.
-
Help with setting up Vim for Python 🙏🏻
If you'd like a Jupyter Notebooks-like experience, where you execute one cell at a time and such, try these together: - https://github.com/hanschen/vim-ipython-cell - https://github.com/jpalardy/vim-slime - tmux or you could try using vim's builtin terminal, though it's a bit... unideal - ipython of course. It's way better for interactivity than python3
- Python devs out there: what are you using to get a jupyter notebook style experience?
- Please help a newbie understand your workflow (python)
-
Nbterm: Jupyter Notebooks in the Terminal
If you use vim, you can also try https://github.com/hanschen/vim-ipython-cell . It works quite well
What are some alternatives?
When comparing vim-repl and vim-ipython-cell you can also consider the following projects:
vim-slime - A vim plugin to give you some slime. (Emacs)
nbterm - Jupyter Notebooks in the terminal.
neoterm - Wrapper of some vim/neovim's :terminal functions.
reply.vim - REPLs play nicely with :terminal on Vim and Neovim
nvim-ipy - IPython/Jupyter plugin for Neovim
tmux-thumbs - A lightning fast version of tmux-fingers written in Rust, copy/pasting tmux like vimium/vimperator
jupyter - An interface to communicate with Jupyter kernels.
universe - A group of my various scripts, see the Manifest (below)
jupytext.vim - Vim plugin for editing Jupyter ipynb files via jupytext
k9s - 🐶 Kubernetes CLI To Manage Your Clusters In Style!
jupyter_ascending - Ascend your Jupyter Notebook usage
vim-repl vs vim-slime
vim-ipython-cell vs nbterm
vim-repl vs neoterm
vim-ipython-cell vs vim-slime
vim-repl vs reply.vim
vim-ipython-cell vs nvim-ipy
vim-repl vs tmux-thumbs
vim-ipython-cell vs jupyter
vim-repl vs universe
vim-ipython-cell vs jupytext.vim
vim-repl vs k9s
vim-ipython-cell vs jupyter_ascending