No description
Find a file
2012-05-08 05:53:18 +02:00
debug-ein.el First commit of bare bone version 2012-05-07 14:41:15 +02:00
ein-cell.el Add ein:cell-to-json (not yet tested) 2012-05-08 05:53:18 +02:00
ein-events.el First commit of bare bone version 2012-05-07 14:41:15 +02:00
ein-kernel.el First commit of bare bone version 2012-05-07 14:41:15 +02:00
ein-log.el First commit of bare bone version 2012-05-07 14:41:15 +02:00
ein-mumamo.el Fix: editing last cell raises mumamo error 2012-05-08 04:17:05 +02:00
ein-node.el First commit of bare bone version 2012-05-07 14:41:15 +02:00
ein-notebook.el First commit of bare bone version 2012-05-07 14:41:15 +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 First commit of bare bone version 2012-05-07 14:41:15 +02:00
ein-websocket.el First commit of bare bone version 2012-05-07 14:41:15 +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.