tarmstrong / nbdiff

A diffing and merging tool for the IPython Notebook.
http://nbdiff.org
MIT License
212 stars 28 forks source link

Refactor local server to use IPython tornado code #220

Open tarmstrong opened 10 years ago

tarmstrong commented 10 years ago

Right now the Flask-based server mimics the IPython tornado server as closely as possible. Ideally we wouldn't have to update it every time IPython updates.

We also want fewer dependencies in general.