mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 17:11:41 -05:00
Revert "ein2 branding, update requirements"
This reverts commit c54b23de35
.
This commit is contained in:
parent
d8e5a3e1bc
commit
7f92352856
2 changed files with 7 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
==================================================
|
||||
==============================================
|
||||
EIN2 -- Emacs IPython 2.x Notebook |build-status|
|
||||
==================================================
|
||||
==============================================
|
||||
|
||||
--- or **E**\ IN **I**\ s not only for **N**\ otebooks.
|
||||
|
||||
|
@ -107,8 +107,7 @@ Requirements
|
|||
============
|
||||
|
||||
* IPython_ 2.0 or higher.
|
||||
* Tornado_ 4.0.2 or higher
|
||||
* `websocket.el`_ 1.3. Note that if you are using IPython-dev you should download my fork_ from github which fixes an issue with PING responses.
|
||||
* `websocket.el`_ 0.9
|
||||
* `request.el`_ >= 0.2
|
||||
* (optional) mumamo_ developmental version:
|
||||
It will be automatically loaded when it is on the path.
|
||||
|
@ -132,8 +131,6 @@ EIEIO and json.el. EIN is currently tested against Emacs 23.3 and 24.3.
|
|||
It is known to work in Emacs 23.2, 24.1 and 24.2.
|
||||
|
||||
.. _IPython: http://ipython.org/
|
||||
.. _Tornado: http://tornadoweb.org/
|
||||
.. _fork http://github.com/millejoh/emacs-websocket
|
||||
.. _websocket.el: https://github.com/ahyatt/emacs-websocket
|
||||
.. _request.el: https://github.com/tkf/emacs-request
|
||||
.. _mumamo: http://www.emacswiki.org/emacs/MuMaMo
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
(define-package "ein2"
|
||||
"2.0"
|
||||
"Emacs IPython Notebook 2"
|
||||
'((websocket "1.3")
|
||||
(define-package "ein"
|
||||
"0.2.0alpha0"
|
||||
"Emacs IPython Notebook"
|
||||
'((websocket "0.9")
|
||||
(request "0.2")
|
||||
;; `auto-complete' is not really a dependency, but who use EIN w/o AC?
|
||||
(auto-complete "1.4")))
|
||||
|
|
Loading…
Add table
Reference in a new issue