mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 09:31:39 -05:00

Add configurable timeout (see `ein:jupyter-server-run-timeout`) that will hopefully abort calls to `ein:jupyter-server-run` that hang; this is to help with issues like those reported in #176. Also update documentation, dependencies in preparation for 0.13.0 release.
12 lines
270 B
EmacsLisp
12 lines
270 B
EmacsLisp
(define-package "ein"
|
|
"0.13.0"
|
|
"Emacs IPython Notebook"
|
|
'((websocket "1.7")
|
|
(auto-complete "1.4.0")
|
|
(request "0.3")
|
|
(deferred "0.5")
|
|
(request-deferred "0.2.0")
|
|
(cl-generic "0.3")
|
|
(dash "2.13.0")
|
|
(s "1.11.0")
|
|
(skewer-mode "1.6.2")))
|