-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration with qtconsole #10
Comments
Happy to hear that you like this plugin. :) I haven't used Other than that I completely support your idea of taking parts of this plugin to make it work for your workflow. The author of If you have any questions about the code feel free to ask here. I'll close this issue as, as you mentioned, this plugin focuses on integrating vim with targets supported by |
Hi @hanschen, The minimal changes to integrate with
Finally, the current interface to IPyRun is very hard to properly execute. I have requested a small change to make it similar to the
With this, most of the functionality can be recovered. The transactions specific to ipython like timing etc don't work with jupyter as it has other commands but otherwise, it works great including cell jumps, etc. |
@randomgeek78: Thanks, that looks reasonable. However, one thing I don't understand is why you don't use
So to me it makes more sense to use |
Hi,
I love this plugin. It works well with
ipython
andtmux
- which has been its primary stated goal.But I love the navigation features and general workflow and would like to make it work with
jupyter qtconsole
.jupyter qtconsole
andjupyter console
provides several features that as missing inipython
. I have been able to getneovim
working withjupyter qtconsole
using thenvim-ipy
plugin. But I miss the workflow that this plugin provides, esp. jumping between cells, running a cell and jumping to the next cell, etc.I am thinking of taking parts of
vim-ipython-cell
and make it work withnvim-ipy
. Do you have any thoughts or suggestions?Thanks.
The text was updated successfully, but these errors were encountered: