jupyter_ascending
Ascend your Jupyter Notebook usage (by imbue-ai)
vim-ipython-cell
Seamlessly run Python code in IPython from Vim (by hanschen)
jupyter_ascending | vim-ipython-cell | |
---|---|---|
6 | 11 | |
444 | 336 | |
1.6% | 0.0% | |
4.5 | 3.1 | |
over 1 year ago | almost 2 years ago | |
Python | Python | |
MIT License | 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.
jupyter_ascending
Posts with mentions or reviews of jupyter_ascending.
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.
untitled-ai/jupyter_ascending: Ascend your Jupyter Notebook usage
-
Jupynium.nvim: Control Jupyter Notebook inside Neovim using Selenium
Look great. Seems like a more rounded version https://github.com/untitled-ai/jupyter_ascending
-
Now, I'm satisfied with it.
Sounds like Jupyter Ascending, although my last attempt to use it didn't end up well (and it doesn't support Jupyter Lab yet). Maybe I should give it another try later.
- Ask HN: Are there any good Diff tools for Jupyter Notebooks?
-
jupyter and vim
jupyter_ascending looks promising as a vim-only solution. There is also magma-nvim for neovim users.
- Is there any plugin to edit and run jupyter-notebook in nvim
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 jupyter_ascending and vim-ipython-cell you can also consider the following projects:
vim-jukit - Jupyter-Notebook inspired Neovim/Vim Plugin
vim-slime - A vim plugin to give you some slime. (Emacs)
jupyter-vim - Make Vim talk to Jupyter kernels
nvim-ipy - IPython/Jupyter plugin for Neovim
magma-nvim - Interact with Jupyter from NeoVim.
nbterm - Jupyter Notebooks in the terminal.