-
Notifications
You must be signed in to change notification settings - Fork 163
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
vim-ipython in cygwin #156
Comments
Sorry you're having trouble with vim-ipython. This sounds like a duplicate of #113. Do you have an ipython kernel running? vim-ipython does not currently start a new kernel, it can only connect to kernels that have already been started via either ipython kernel or ipython console or by opening up a notebook file in jupyter. |
Yeah, opening a jupiter console solved it. Thanks.
…On May 10, 2017 1:23 PM, "Paul Ivanov" ***@***.***> wrote:
Sorry you're having trouble with vim-ipython. This sounds like a duplicate
of #113 <#113>.
Do you have an ipython kernel running? vim-ipython does not currently
start a new kernel, it can only connect to kernels that have already been
started via either ipython kernel or ipython console or by opening up a
notebook file in jupyter.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#156 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANp5YpVaxvBwJRrXxxP8-QlFEZzc7QSCks5r4eSKgaJpZM4NJdaJ>
.
|
Glad to hear it! 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to use vim-ipython under cygwin, IPython works outside vim, and I believe I have all necessary libs. I wonder if the error message could help you guys help me.
I first create and example .py:
vim test.py
. Once inside vim I call:IPython
, which yields:The text was updated successfully, but these errors were encountered: