jupyter-mode:与Jupyter内核进行交互的Emacs工具

时间:2024-05-22 19:01:31
【文件属性】:

文件名称:jupyter-mode:与Jupyter内核进行交互的Emacs工具

文件大小:45KB

文件格式:ZIP

更新时间:2024-05-22 19:01:31

emacs jupyter org-babel EmacsLisp

jupyter.el jupyter-mode是Emacs的次要模式,用于与内核进行通信。 您可以在comint repl中启动jupyter-console ,使用Org Babel创建识字脚本,并从内核获取完成候选。 但是,您不应从模式挂钩启动jupyter-mode 。 这将不会为整个会话设置适当的变量。 而是设置Org Babel源代码块并调用org-babel-initiate-session或使用jupyter-connect从脚本缓冲区启动会话。 如何安装 这些步骤假定您了解Emacs加载路径的基础知识,并且可以轻松地使用编译简单的C模块。 朱皮特 只需使用! pip install jupyter emacs-ffi 您需要手动编译tromey的模块。 git clone https://github.com/tromey/emacs-ffi.git cd ema


【文件预览】:
jupyter-mode-master
----.gitignore(13B)
----ox-jupyter.el(34KB)
----jupyter-test.el(15KB)
----jupyter.el(52KB)
----ob-jupyter-test.el(7KB)
----README.org(17KB)
----ox-jupyter-test.el(24KB)
----ob-jupyter.el(14KB)
----company-jupyter.el(5KB)
----jupyter-autoloads.el(574B)
----Cask(265B)
----jupyter-pkg.el(140B)
----Makefile(324B)
----company-jupyter-test.el(3KB)

网友评论