Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues. Learn more →
Jupyter-vim Alternatives
Similar projects and alternatives to jupyter-vim
-
-
Judoscale
Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
-
-
-
-
-
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
-
-
-
-
-
-
-
-
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
jupyter-vim discussion
jupyter-vim reviews and mentions
-
Show HN: A modern Jupyter client for macOS
For vim users, vim-jupyter [0] coupled with a jupyter QtConsole is hard to beat. The short video [1] is maybe self-explanatory, but in short:
- vim on the left half of the screen, a jupyter QtConsole on the right, showing any plots possibly interactive.
- the kernel on the jupyter QtConsole can be running on a powerful remote host, e.g., GPU, but the plots are displayed locally
- Focused window is always vim. From vim editing a .py and without ever leaving vim or touching the mouse, one connects to the jupyter kernel of the QtConsole and one can send a selection of lines, or vim text objects, to be evaluated in the QtConsole.
One gets the full power of both vim and jupyter kernels with native plots. No more browser based notebooks or other editors with half-baked vim bindings.
[0]: https://github.com/jupyter-vim/jupyter-vim
[1]: https://www.youtube.com/watch?v=h59cbg4HqpY
-
Install vim plugin (for XML/HTML encode/decode)
In this config, under the Plugins folder there are various plugins that aren't found in the Astrocommunity repo (aka "Custom" plugins). A great example that I found interesting and included into my own config was mehalters repl.lua file that installs the jupyter-vim plugin. From my limited understanding to install packages into astrovim, we need to make a file in the Plugins folder, make the necessary configurations, and then it should load.
-
send code to jupyter
Is there any way to communicate with jupyter like jupyter-vim? I am aware of python-repl in emacs, but it does not support inline plots/figures. Moreover, it is nice to nice to show outputs in different windows (especially using multiple monitors).
-
jupyter and vim
Now here comes the endboss: Jupyter. For the first time, I feel like I'm missing out on stuff when using vim. I've started a job in datascience, which is actually awesome. However, I work a lot with image data. I also do a lot of analysis on results, meaning I do a lot of fancy plots that hopefully show the weaknesses of our prediction models. I recently wrote an augmentation algorithm where I had to see the output in form of an image after every step to make sure it's correct. This is not a possible workflow in vim right now. I know of many solutions that I already tried, like for example jupyter-vim or the jupyter vim mode. I'd like to work inside my terminal though. I'm not this kind of purist who needs to have a terminal that is compatible with VT100 or whatever people came up with in the 80ies. I also don't care if my terminal in based on an ascii like grid or actually rendered in HTML. I just want (Neo)vim, with the functionality of jupyter (inline plotting) even if this means vim has to be rendered inside an electron app or whatever people use these days for fancy GUIs. Imagine an electron based editor like Oni which not only runs the "real" neovim in the background, but is also able to do inline figures, images, plots and even interactive stuff. It seems to me like I can't be the only one who wants this. So after all this, here's the question: Is there anything you now of that allows for this kind of stuff? Is there any other workflow that I'm not aware of? Or do people just not use those features when working with vim? Pls help a vimmer stay at vim.
-
I'm looking for a comfortable neovim based environment for Python and IPython
For Matlab-like "cell-mode", have a look at https://github.com/jupyter-vim/jupyter-vim/.
-
A possible option for (partially) replacing jupyter-notebook with vim
To work in a py file (or py codelines selection from whatever format): https://github.com/jupyter-vim/jupyter-vim
-
A note from our sponsor - Judoscale
judoscale.com | 28 Apr 2025
Stats
jupyter-vim/jupyter-vim is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of jupyter-vim is Python.