Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

为Jupyter添加Vim绑定 #25

Open
rainyear opened this issue Feb 27, 2016 · 0 comments
Open

为Jupyter添加Vim绑定 #25

rainyear opened this issue Feb 27, 2016 · 0 comments
Assignees

Comments

@rainyear
Copy link
Owner

在使用 Jupyter 过程中发现,没有 Vim 绑定,编辑 LaTex 公式或者代码是一件非常痛苦的事,于是搜索了一下,发现已经有人做了 jupyter-vim-binding

先看一下效果图:

screen

Vimmer will fall in love!

安装过程也很简单,虽然我用的是 itorch ,但只是一层外壳而已,本质还是 Jupyter,如果是还在用旧版本的 IPython Notebook 那么还是赶紧升级吧~

# 创建目录用于存放插件
$ mkdir -p $(jupyter --data-dir)/nbextensions
# 从 GitHub Clone 项目
$ cd $(jupyter --data-dir)/nbextensions
$ git clone https://github.com/lambdalisue/jupyter-vim-binding vim_binding
# 激活插件
$ jupyter nbextension enable vim_binding/vim_binding
# 重启 Ctrl-C
$ itorch notebook

OK!

@rainyear rainyear added the Vim label Feb 27, 2016
@rainyear rainyear self-assigned this Sep 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant