Skip to content

Commit

Permalink
Add a recipe for emacs-jupyter (#2932)
Browse files Browse the repository at this point in the history
An interface to communicate with Jupyter kernels.
  • Loading branch information
vedang committed May 26, 2024
1 parent cda23ae commit 1eebe76
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions recipes/jupyter.rcp
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit 1eebe76

Please sign in to comment.