vimteractive
vimteractive copied to clipboard
Send commands from text to interactive programs
In the current version of matplotlib (3.5.2) /ipython (8.4.0) the interactive plotting behaviour has changed. This means that once created, plots do not update (as they are seen to do...
Is it possible to send a cell/block of code, delimited by e.g. "##", "%#", or "%%" (Julia, Python and MatLab if I am not mistaken), to the terminal? If not,...
Mathematica also has a command-line interface (accessible by typing `wolfram` in the terminal) and can accept scripts (`.wls` files). Will there be support for this in the future?
It'd be cool if there was possibility to send large command results to Vim in convenient way (e. g. opening for them new buffer). Use case: Python command generated a...