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

16 lines
475 B
EmacsLisp

(define-package "ein" "20230827.325" "jupyter notebook client"
'((emacs "26.1")
(websocket "1.12")
(anaphora "1.0.4")
(request "0.3.3")
(deferred "0.5")
(polymode "0.2.2")
(dash "2.13.0")
(with-editor "0pre"))
:commit "ac92eb92eac35a9542485969487e43f5318825a1" :keywords
'("jupyter" "literate programming" "reproducible research")
:url "https://github.com/dickmao/emacs-ipython-notebook")
;; Local Variables:
;; no-byte-compile: t
;; End: