You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would ivanov/vim-ipython support "ipython console --profile julia"?
That is JuliaLang/IJulia.jl based on ipython.
If that is OK, vim-ipython would be an awesome feature for users of julia with IDE vim.
The text was updated successfully, but these errors were encountered:
there are a few python-isms inside vim-ipython (getting a handle on the PID for sending keyboard interrupt, for example, assumes that the kernel is a Python kernel), but most of the protocol that vim-ipython uses is agnostic to what the kernel is, so it should mostly work for doing completion and sending input and getting output out of it.
I'll work on this today to make it cleaner and play with IJulia a bit more
You'll see an error that's related to the current assumption that the kernel is running python code, but sending new code to IJulia will work the same as it does sending it to IPython
Would ivanov/vim-ipython support "ipython console --profile julia"?
That is JuliaLang/IJulia.jl based on ipython.
If that is OK, vim-ipython would be an awesome feature for users of julia with IDE vim.
The text was updated successfully, but these errors were encountered: