change python config, add jupyter and ein
This commit is contained in:
17
lisp/jupyter/jupyter-pkg.el
Normal file
17
lisp/jupyter/jupyter-pkg.el
Normal file
@@ -0,0 +1,17 @@
|
||||
(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:
|
||||
Reference in New Issue
Block a user