No description
Find a file
2012-05-09 08:15:05 +02:00
debug-ein.el Change logging: use "all" buffer instead of "orphan" 2012-05-08 09:10:52 +02:00
ein-cell.el Use alist in to-json functions 2012-05-08 08:26:56 +02:00
ein-events.el First commit of bare bone version 2012-05-07 14:41:15 +02:00
ein-kernel.el Get rid of a lexical-let in ein:kernel-start-channels 2012-05-09 07:46:18 +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: 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 Save works now; fix ein:notebook-to-json/save-notebook 2012-05-08 08:50:09 +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 Add ein:$websocket-*-args for callbacks 2012-05-09 08:15:05 +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.