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