我们可以在jupyter-notebook和jupyter-lab单元格中使用崇高风格的键盘快捷键吗?
**示例要求:**
cmd向上移动将在jupyter单元格中向上移动
注意: 我正在使用conda环境的jupyter-lab。
我的尝试:
在jupyter-lab中,我将文本编辑器更改为sublime,它仅适用于 文本编辑器,而不是在jupyter单元中。
我关注了这个博客: http://blog.rtwilson.com/how-to-get-sublime-text-style-editing-in-the-ipythonjupyter-notebook/
~/.jupyter/custom/custom.js
~/miniconda3/lib/python3.6/site-packages/notebook/static/custom/custom.js
尝试过cmd上移/下移选择行和行上方,不移动它们。
这在jupyter-cell中也不起作用。
http://blog.rtwilson.com/how-to-get-sublime-text-style-editing-in-the-ipythonjupyter-notebook/