change python config, add jupyter and ein
This commit is contained in:
14
lisp/code-cells/code-cells-pkg.el
Normal file
14
lisp/code-cells/code-cells-pkg.el
Normal file
@@ -0,0 +1,14 @@
|
||||
(define-package "code-cells" "20231119.2138" "Lightweight notebooks with support for ipynb files"
|
||||
'((emacs "27.1"))
|
||||
:commit "44546ca256f3da29e3ac884e3d699c8455acbd6e" :authors
|
||||
'(("Augusto Stoffel" . "arstoffel@gmail.com"))
|
||||
:maintainers
|
||||
'(("Augusto Stoffel" . "arstoffel@gmail.com"))
|
||||
:maintainer
|
||||
'("Augusto Stoffel" . "arstoffel@gmail.com")
|
||||
:keywords
|
||||
'("convenience" "outlines")
|
||||
:url "https://github.com/astoff/code-cells.el")
|
||||
;; Local Variables:
|
||||
;; no-byte-compile: t
|
||||
;; End:
|
||||
Reference in New Issue
Block a user