mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 09:01:40 -05:00
40 lines
901 B
ReStructuredText
40 lines
901 B
ReStructuredText
========================
|
|
Emacs IPython Notebook
|
|
========================
|
|
|
|
.. warning:: This is **very** early version.
|
|
Do not use it in a serious situation!
|
|
|
|
Screenshot
|
|
==========
|
|
|
|
.. figure:: http://farm8.staticflickr.com/7125/7006219050_2d424b4ece_z.jpg
|
|
:alt: Plotting in Emacs IPython Notebook
|
|
|
|
|
|
Requirement
|
|
===========
|
|
|
|
* `websocket.el`_
|
|
* (optional) mumamo_:
|
|
You will need to load nXhtml_ *before* loading ein.el.
|
|
|
|
.. _websocket.el: https://github.com/ahyatt/emacs-websocket
|
|
.. _mumamo: http://www.emacswiki.org/emacs/MuMaMo
|
|
.. _nXhtml: http://ourcomments.org/Emacs/nXhtml/doc/nxhtml.html
|
|
|
|
|
|
Usage
|
|
=====
|
|
|
|
1. Install module.
|
|
Put Emacs lisp files start with ``ein`` in your load path.
|
|
|
|
2. Require module::
|
|
|
|
(require 'ein)
|
|
|
|
3. Hit ``M-x ein:notebooklist-open`` to open notebook list.
|
|
|
|
Of course, you need to start IPython notebook server before calling
|
|
this command.
|