magma-nvim
Interact with Jupyter from NeoVim. (by dccsillag)
vim-ipython-cell
Seamlessly run Python code in IPython from Vim (by hanschen)
magma-nvim | vim-ipython-cell | |
---|---|---|
23 | 11 | |
1,057 | 336 | |
- | 0.3% | |
5.7 | 3.1 | |
about 1 year ago | almost 2 years ago | |
Python | 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.
magma-nvim
Posts with mentions or reviews of magma-nvim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-12.
-
Viewing pandas dataframes in neovim
You use magma-nvim for interactive jupyter experience (or my fork which also includes three last PRs)
-
[Rice] My Neovim setup for Julia
FYSA: https://github.com/dccsillag/magma-nvim & https://gitlab.com/usmcamp0811/nvim-julia-autotest
- Which tools do you use for python + Data Science?
-
Julia running slow, recently switched to nvim and have absolutely no idea what I'm doing.
Check out Magma.. it works with Julia.. see my open PR for examples... does require IJulia.
- IDE with graphs to the side for Julia?
-
How to Setup Julia on Jupyter Notebook
Just throwing this out there... cause its pretty cool!! https://github.com/dccsillag/magma-nvim
-
Is there any ways to get vim similar to jupyter notebook?
I use them all the time and there are many features that differentiates it from vim, which is why I asked for clarification. In any case this plugin is pretty sweet if you want to evaluate cells within vim: https://github.com/dccsillag/magma-nvim
-
Has anyone setup image display on the terminal?
Have you taken a look at https://github.com/dccsillag/magma-nvim?
-
Ever wanted to play online chess in Neovim? No? Well I made this anyway
My current workflow is a combined version of Maxwellrules' solution and magma.nvim. I am mostly satisfied. I could maybe use vim-jukit's cell division, but otherwise I am good for now. Though again: I am definitely open for better solutions.
-
Jupyter Notebooks in NeoVim. Any good way?
You can check out https://github.com/dccsillag/magma-nvim A nice, integrated solution in my opinion.
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 magma-nvim and vim-ipython-cell you can also consider the following projects:
jupyter-vim - Make Vim talk to Jupyter kernels
vim-slime - A vim plugin to give you some slime. (Emacs)
firenvim - Embed Neovim in Chrome, Firefox & others.
nvim-ipy - IPython/Jupyter plugin for Neovim
notcurses - blingful character graphics/TUI library. definitely not curses.
nbterm - Jupyter Notebooks in the terminal.