Add a recipe for emacs-jupyter (#2932)

An interface to communicate with Jupyter kernels.
This commit is contained in:
Vedang Manerikar 2024-05-26 14:42:02 +05:30 committed by GitHub
parent cda23aedc7
commit 1eebe765a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
recipes/jupyter.rcp Normal file
View File

@ -0,0 +1,6 @@
(: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))