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