No description
Find a file
2012-05-10 22:39:30 +02:00
debug-ein.el Fix ein:mumamo-find-edge: treat cell-p correctly 2012-05-10 22:39:30 +02:00
ein-cell.el Add ein:cell-from-ewoc-node 2012-05-10 22:39:30 +02:00
ein-events.el First commit of bare bone version 2012-05-07 14:41:15 +02:00
ein-kernel.el Fix ein:kernel-complete 2012-05-09 14:35:23 +02:00
ein-log.el Fix ein-log.el: ein:log error in ein:log-setup 2012-05-08 09:18:05 +02:00
ein-mumamo.el Fix ein:mumamo-find-edge: treat cell-p correctly 2012-05-10 22:39:30 +02:00
ein-node.el First commit of bare bone version 2012-05-07 14:41:15 +02:00
ein-notebook.el Fix ein:mumamo-find-edge: treat cell-p correctly 2012-05-10 22:39:30 +02:00
ein-notebooklist.el First commit of bare bone version 2012-05-07 14:41:15 +02:00
ein-pager.el First commit of bare bone version 2012-05-07 14:41:15 +02:00
ein-utils.el Refactor ein:cell-new 2012-05-10 00:26:47 +02:00
ein-websocket.el Add ein:$websocket-closed-by-client (~= wasClean) 2012-05-09 08:54:02 +02:00
ein.el First commit of bare bone version 2012-05-07 14:41:15 +02:00
README.rst Tiny grammar fix 2012-05-07 15:29:01 +02:00

========================
 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.