jupyter-vim
jupyter_ascending
jupyter-vim | jupyter_ascending | |
---|---|---|
6 | 6 | |
548 | 444 | |
1.8% | 1.6% | |
3.7 | 4.5 | |
10 months ago | over 1 year ago | |
Python | Python | |
GNU General Public License v3.0 or later | MIT License |
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-vim
-
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
jupyter_ascending
-
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
What are some alternatives?
magma-nvim - Interact with Jupyter from NeoVim.
vim-jukit - Jupyter-Notebook inspired Neovim/Vim Plugin
vimpyter - Edit your Jupyter notebooks in Vim/Neovim
vim-ipython-cell - Seamlessly run Python code in IPython from Vim