bfredl
bfredl
A simple proof of concept here #24, note you still need to launch `:IPython` first, then do `:IPySplitTerm` . A limitation in jupyter console is though that it only shows...
I don't see how the monitor script will help, it would just show the input/output which the `[Jupyter]` buffer already does, it does not allow any interaction in the terminal.
We should consider this usecase when finally implementing #9496
I implemented cells vimscript side on master. See the "Cells" section in readme.
We could add a an option where stdin request doesn't use the modal `input()` function, instead the prompt would be echoed to the output and the next IPyRun command will...
> Not really, to achieve animated scrolling all that is needed is the deltas of the windows top line. Line numbers are transmitted as part of the grid_line event. Not...
That's very good to hear. W.r.t configuration I think there doesn't need to be separate options for every separate small thing but it would be good with an option which...
For my own purposes I run matplotlib (and similar) in GUI-mode. I looked into https://github.com/nteract/sidecar some while ago, but I couldn't get it to work (or rather, some node dependency...
> so why the cursor jumps to the virtual text instead of the actual text? I don't see this happening at all. Is there a screenshot or perhaps a small...
Hmm this is not the behavior I get. But perhaps it is affected by options, like cpoptions which are not the default here.