el-get/recipes/jupyter.rcp
Vedang Manerikar 1eebe765a6
Add a recipe for emacs-jupyter (#2932)
An interface to communicate with Jupyter kernels.
2024-05-26 11:12:02 +02:00

7 lines
244 B
Plaintext

(:name jupyter
:description "An interface to communicate with Jupyter kernels."
:type github
:pkgname "emacs-jupyter/jupyter"
:minimum-emacs-version "26"
:depends (cl-lib org-mode zmq simple-httpd websocket))