News

Seamlessly run Python code from Vim in IPython, including executing individual code cells similar to Jupyter notebooks and MATLAB. This plugin also supports other languages and REPLs such as Julia.
I have noticed that Terminal/CLI commands like ! python -m spacy train .... executed within jupyter cell doesn't show real-time (live) output log updates on jupyter. It just shows complete log once ...