On Wed, Sep 23, 2020 at 9:00 AM A <asympto...@posteo.net> wrote: > > >I've found some plugins for the integration between Jupyter/Ipython > >notebook and vim, say, the following: > > > >https://github.com/lambdalisue/jupyter-vim-binding > >https://github.com/jwkvam/jupyterlab-vim > > I get the feeling those aren't actual integrations? They are just intended to > modify the Jupyter keybindings. They have nothing to do with Vim per se, I > think. > > It *is* possible to enable Vim to act as a stateless "poor man's notebook". > Grab text with a motion in the usual way, and then run something like this: > > silent exec "r ! " . escape(@", "%!#\r\n") > > Combined with opfuncs and omaps, you can set it up so that pressing Enter > will execute the current line and place the output just below the current > line, similar-ish to Jupyter. > > But I suspect this isn't what you had in mind by "integration".
Yes, I want to have similar behavior given by pycharm/VS Code. > > A > > -- > -- > You received this message from the "vim_use" maillist. > Do not top-post! Type your reply below the text you are replying to. > For more information, visit http://www.vim.org/maillist.php > > --- > You received this message because you are subscribed to the Google Groups > "vim_use" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to vim_use+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/vim_use/20200923010034.GA12440%40sleipnir. -- Hongyi Zhao <hongyi.z...@gmail.com> -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/CAGP6PO%2BRNwxdZk9NvafWzusXhXJkpoQCTOAoM0f9z6M%2BUOWsnQ%40mail.gmail.com.