nvim-ipy - Python 的 Neovim 插件


MIT
Windows
Python

软件简介

nvim-ipy 是 Python/Jupyter 的 Neovim 插件。

from time import sleep
for i in range(10):
    sleep(0.5)
    print(i)