mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 01:21:38 -05:00
7 lines
131 B
EmacsLisp
7 lines
131 B
EmacsLisp
(define-package "ein"
|
|
"0.8.0"
|
|
"Emacs IPython Notebook"
|
|
'((websocket "1.5")
|
|
(request "0.2")
|
|
(cl-generic "0.2")))
|
|
|