nvim-ipy 是 Python/Jupyter 的 Neovim 插件。
from time import sleep for i in range(10): sleep(0.5) print(i)