emacs-ipython-notebook/lisp/ein-pkg.el
dickmao f0984eab55 jupyterhub basic (PAM only)
`ein:login` or `ein:notebooklist-login` is the preferred way to access
jupyterhub, although `ein:jupyterhub-connect` is still autoloaded.
2018-12-04 18:31:44 -05:00

11 lines
239 B
EmacsLisp

(define-package "ein"
"0.15.0"
"Emacs IPython Notebook"
'((websocket "1.7")
(auto-complete "1.4.0")
(request "0.3")
(deferred "0.5")
(cl-generic "0.3")
(dash "2.13.0")
(s "1.11.0")
(skewer-mode "1.6.2")))