Files
emacs/lisp/jupyter/jupyter-pkg.el

18 lines
546 B
EmacsLisp

(define-package "jupyter" "20240418.1642" "Jupyter"
'((emacs "26")
(cl-lib "0.5")
(org "9.1.6")
(zmq "0.10.10")
(simple-httpd "1.5.0")
(websocket "1.9"))
:commit "f1394d303be76a1fa44d4135b4f3ceab9387a16b" :authors
'(("Nathaniel Nicandro" . "nathanielnicandro@gmail.com"))
:maintainers
'(("Nathaniel Nicandro" . "nathanielnicandro@gmail.com"))
:maintainer
'("Nathaniel Nicandro" . "nathanielnicandro@gmail.com")
:url "https://github.com/emacs-jupyter/jupyter")
;; Local Variables:
;; no-byte-compile: t
;; End: