diff --git a/recipes/jupyter.rcp b/recipes/jupyter.rcp new file mode 100644 index 000000000..d85ad3a93 --- /dev/null +++ b/recipes/jupyter.rcp @@ -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))