Carpe diem (Felix's blog)

I am a happy developer

Emacs Loves iPython Notebook

Install

Installing emacs ipython notebook is pretty simple.

  1. follow the steps in Setting up Python on OSX Mountain Lion.

  2. Refresh emacs packages M-x package-refresh-contents

  3. M-x package-install ein

Usage

  1. cd directory

  2. ipython notebook --pylab inline

  3. M-x ein:notebooklist-open

Than, check on Emacs IPython Notebook to see what key-bindings you can use in EIN mode. I only use C-c C-c to execute a buffer, and C-c C-u for changing the cell type.

Comments