change python config, add jupyter and ein

This commit is contained in:
2024-05-05 20:36:39 +02:00
parent b18d02d8d5
commit 8b80ceda39
168 changed files with 177127 additions and 46 deletions

15
lisp/ein/ein-pkg.el Normal file
View 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: