matlab代码解释器-jupyter-vim:让Vim与Jupyter内核对话

时间:2021-05-23 11:45:19
【文件属性】:
文件名称:matlab代码解释器-jupyter-vim:让Vim与Jupyter内核对话
文件大小:160KB
文件格式:ZIP
更新时间:2021-05-23 11:45:19
系统开源 Matlab代码解释器朱皮特·维姆 Vim和Jupyter之间的双向集成。 在Jupyter Notebooke上开发代码,而无需离开终端。 将行从Vim发送到jupyter qtconsole。 具有类似MATLAB的“单元模式”。 目前支持Python和Julia内核,并且正在开发更多语言。 插件安装 要安装此插件,您应该使用以下方法之一。 在Windows上,在下一部分中,将Unix目录替换为以下内容: 在Vim上: ~/.vim -> %USERPROFILE%\vimfiles ~/.vimrc -> %USERPROFILE%\_vimrc 在Nvim上: ~/.local/share/nvim/site -> %USERPROFILE%\AppData\Local\nvim 或其他目录(如果您已不同地配置/安装了Vim / Nvim)。 Vim 8软件包管理器 mkdir -p ~ /.vim/pack/git-plugins/start git clone --depth 1 https://github.com/jupyter-vim/jupyter-vim.git
【文件预览】:
jupyter-vim-master
----.gitignore(6B)
----pythonx()
--------jupyter_vim.py(14KB)
--------jupyter_util.py(5KB)
--------monitor_console.py(8KB)
--------message_parser.py(15KB)
--------language.py(6KB)
----LICENSE.md(1KB)
----.travis.yml(1KB)
----doc()
--------jupyter-vim.txt(18KB)
----monitor.py(9KB)
----.github()
--------ISSUE_TEMPLATE()
----README.md(7KB)
----plugin()
--------jupyter.vim(3KB)
----autoload()
--------jupyter.vim(7KB)
--------jupyter()
----ftplugin()
--------python()
--------julia()
----test()
--------01_vader.vader(1KB)
--------02_command.vader(2KB)
----demo.png(122KB)

网友评论