nvim-ipyPython 的 Neovim 插件
nvim-ipy 是 Python/Jupyter 的 Neovim 插件。
from time import sleep for i in range(10): sleep(0.5) print(i)
評(píng)論
圖片
表情
下載APPnvim-ipy 是 Python/Jupyter 的 Neovim 插件。
from time import sleep for i in range(10): sleep(0.5) print(i)