vim-slime VS ipython

Compare vim-slime vs ipython and see what are their differences.

vim-slime

A vim plugin to give you some slime. (Emacs) (by jpalardy)

ipython

Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc. (by ipython)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
vim-slime ipython
56 34
1,790 16,134
- 0.3%
9.4 9.6
22 days ago 5 days ago
Vim Script Python
MIT License BSD 3-clause "New" or "Revised" License
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.

vim-slime

Posts with mentions or reviews of vim-slime. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-20.
  • Racket Language
    5 projects | news.ycombinator.com | 20 Apr 2024
    https://github.com/jpalardy/vim-slime

    you can have a REPL in nvim/vim/tmux/screen/another terminal/or any other window , and send regions from your vim buffer to that repl

  • Livebook: Elixir's Swiss Army Knife
    2 projects | news.ycombinator.com | 25 Mar 2024
    For vim users, check out vim-slime[1]. It's really changed my workflow! It can work for any language that uses a REPL, including bash/shell. Combined with tmux, it is an amazing and (in hindsight) obvious tool. I honestly can't imagine myself going back to not having it now.

    [1]: https://github.com/jpalardy/vim-slime

  • NeoVim Capability Functions
    4 projects | /r/neovim | 3 Nov 2023
    For splitting the terminal you could try either toggleterm or tmux. If you want to send things from one tmux pane to another, then you can use slime. For a toggle-able filetree, you can use nvim tree.
  • Help running chunks of Python to a terminal as REPL
    3 projects | /r/neovim | 3 Jun 2023
    I use vim-slime. It works really well in tmux. https://github.com/jpalardy/vim-slime. Just blocks of code as cells
  • slimux.nvim - Simple plugin to send text to tmux panes
    4 projects | /r/neovim | 24 May 2023
    This is yet another plugin to capture text from the current buffer and send it to a tmux pane. I was using https://github.com/jpalardy/vim-slime previously, and wished I could just set sensible defaults for where to send text. Also, I wanted to create my first Neovim plugin! I have to say, after writing a bit of Vimscript in the past, the Neovim Lua API makes me a much happier camper.
  • If we can have this functionality in neovim, I'll probably never leave my room again
    2 projects | /r/neovim | 21 Mar 2023
    I use slime (which sends code to tmux panes), tmux (of course) and ipython for this. For example, the code I sent to ipython was with a simple keybinding ...
  • Running codes in one line
    2 projects | /r/vim | 19 Mar 2023
    If I understand correctly, what you need is a combination of vim, tmux, ipython and vim-slime.
  • Tools for productivity
    31 projects | /r/neovim | 7 Mar 2023
    REPL??? Do you have a very-easy-to-use way of running and testing your code? From vim-slime to nvim sniprun to autocommands with the built in terminal, to an external repl like ptpython (for python obviously). iron.nvim and conjure are two other neovim repl plugins. There are many ways of running the code that you're working on, and having something that makes this really easy for you is pretty essential. (sometimes I use inotifytools on linux to literally just run the script every time I save it.)
  • Favorite REPL/Notebook/Task Running plugins and workflow?
    8 projects | /r/neovim | 25 Feb 2023
    For the record/list, there's also: - https://github.com/hkupty/iron.nvim and - https://github.com/jpalardy/vim-slime
  • Outdated tutorials
    2 projects | /r/vim | 19 Feb 2023
    However, if you're coding in an interpreted language like python, R, bash, etc., then there is one plugin which you are likely to find helpful. That's vim-slime.

ipython

Posts with mentions or reviews of ipython. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-02.
  • The new pdbp (Pdb+) Python debugger!
    9 projects | dev.to | 2 Aug 2023
    If you’re already using ipython, this isn’t a problem because you’ll already need to download most of these dependencies anyway. But if you’re not using ipython… you’ll still need to download those dependencies.
  • Pandas 1.5 released
    2 projects | /r/Python | 19 Sep 2022
    !pip install is error-prone, it is better to use %pip install, ipython even warns about this, https://github.com/ipython/ipython/pull/12954/
  • Why deprecate loading unpackaged extensions?
    2 projects | /r/IPython | 8 Aug 2022
    The git history (here is the git blame) shows it has not been updated in 9 year. Looks like a documentation issue that you should open an issue against.
  • Debugging Python programs without an IDE
    2 projects | dev.to | 29 Jun 2022
    Do you know IPython? It is a modern Python console that extends the capabilities of the classic builtin Python shell by offering introspection, tab completion, syntaxing coloring, as well as history. If you don't know it, I can't recommend it enough. More information can be found in its GitHub page.
  • External variables in lambda functions in Python
    1 project | /r/codehunter | 1 May 2022
    There is an IPython ticket on GitHub on the topic, but it's unclear if the problem has been solved.
  • Pipx: A python package consumption tool for CLI packages
    12 projects | dev.to | 20 Mar 2022
    For further documentation on ipython using the CLI, you can refer to the GitHub link or the documentation page.
  • Workflow-killing crash from strange added characters.
    1 project | /r/neovim | 11 Mar 2022
    > ??????_ Traceback (most recent call last): File "/home/nvaughn4/bin/miniconda3/envs/newprime/bin/ipython", line 11, in sys.exit(start_ipython()) File "/home/nvaughn4/bin/miniconda3/envs/newprime/lib/python3.6/site-packages/IPython/__init__.py", line 126, in start_ipython return launch_new_instance(argv=argv, **kwargs) File "/home/nvaughn4/bin/miniconda3/envs/newprime/lib/python3.6/site-packages/traitlets/config/application.py", line 658, in launch_instance app.start() File "/home/nvaughn4/bin/miniconda3/envs/newprime/lib/python3.6/site-packages/IPython/terminal/ipapp.py", line 356, in start self.shell.mainloop() File "/home/nvaughn4/bin/miniconda3/envs/newprime/lib/python3.6/site-packages/IPython/terminal/interactiveshell.py", line 563, in mainloop self.interact() File "/home/nvaughn4/bin/miniconda3/envs/newprime/lib/python3.6/site-packages/IPython/terminal/interactiveshell.py", line 554, in interact self.run_cell(code, store_history=True) File "/home/nvaughn4/bin/miniconda3/envs/newprime/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 2858, in run_cell raw_cell, store_history, silent, shell_futures) File "/home/nvaughn4/bin/miniconda3/envs/newprime/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 2880, in _run_cell elif self.should_run_async(raw_cell): File "/home/nvaughn4/bin/miniconda3/envs/newprime/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 2918, in should_run_async return _should_be_async(cell) File "/home/nvaughn4/bin/miniconda3/envs/newprime/lib/python3.6/site-packages/IPython/core/async_helpers.py", line 161, in _should_be_async code = compile(cell, "<>", "exec") UnicodeEncodeError: 'utf-8' codec can't encode characters in position 537-542: surrogates not allowed If you suspect this is an IPython 7.15.0 bug, please report it at: https://github.com/ipython/ipython/issues or send an email to the mailing list at [email protected] You can print a more detailed traceback right now with "%tb", or use "%debug" to interactively debug it. Extra-detailed tracebacks for bug-reporting purposes can be enabled via: %config Application.verbose_crash=True sys:1: RuntimeWarning: coroutine 'InteractiveShell.run_cell_async' was never awaited
  • No_color
    12 projects | news.ycombinator.com | 26 Feb 2022
    There’s one I’ve come across recently here where you’re fighting against syntax highlighting with extra error context. https://github.com/ipython/ipython/issues/13446#issuecomment...
  • Anybody else getting tired of parso and jedi?
    2 projects | /r/IPython | 12 Feb 2022
    I see. https://github.com/ipython/ipython/issues/13529
  • Django Codebase Reformatted with Black
    5 projects | news.ycombinator.com | 8 Feb 2022
    You can automate setup for developers using this simple script:

    https://github.com/ipython/ipython/pull/12091/files

    And here’s a GitLab issue requesting support for blame-ignore:

    https://gitlab.com/gitlab-org/gitlab/-/issues/31423

    I don’t think there’s a corresponding GitHub request, but maybe if GitLab adds this feature GitHub will have some incentive to follow suit.

What are some alternatives?

When comparing vim-slime and ipython you can also consider the following projects:

vim-repl - Best REPL environment for Vim

CPython - The Python programming language

neovim-remote - :ok_hand: Support for --remote and friends.

bpython - bpython - A fancy curses interface to the Python interactive interpreter

iron.nvim - Interactive Repl Over Neovim

xonsh - :shell: Python-powered, cross-platform, Unix-gazing shell.

Pluto.jl - 🎈 Simple reactive notebooks for Julia

spacemacs - A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!

neoterm - Wrapper of some vim/neovim's :terminal functions.

ptpython - A better Python REPL

vim-ipython-cell - Seamlessly run Python code in IPython from Vim

ipdb - Integration of IPython pdb