tkf / emacs-ipython-notebook

IPython notebook client in Emacs
tkf.github.com/emacs-ipython-notebook/
GNU General Public License v3.0
548 stars 51 forks source link

Support worksheets ("tabs") #67

Closed tkf closed 12 years ago

tkf commented 12 years ago

Currently EIN's worksheet module is separated from notebook module, so it got basics for worksheet implementation. I need more refactoring to decouple notebook and worksheet more to get start actual implementation.

See also the progress on worksheet support in the browser client: https://github.com/ipython/ipython/pull/2206