Commit graph

9 commits

Author SHA1 Message Date
John Miller
b4ed5b8017 Update .gitignore, new notebook for development/testing. 2015-05-04 10:55:18 -05:00
John Miller
7c251fbd5c Fix locked ein-contents-api
Fixes issues #27. I hope.
2015-02-21 17:50:20 -06:00
John Miller
cbf4938d76 Make ein:query-ipython-version less whiny.
Calling ein:query-ipython-version with IPython 2.x running will result
in a request error since the api REST url is not implemented. Getting a
404 response is inevitable unless the IPython devs backport the api URL,
but I can make ein complain less when this happens.
2014-12-16 14:26:51 -06:00
John Miller
b024963a36 Revert "Missed a reference to ein2"
This reverts commit ddd00d122f.
2014-12-09 10:42:06 -06:00
John Miller
ddd00d122f Missed a reference to ein2
Fixed debug-ein.el to require ein2 instead of ein.
2014-12-06 17:12:09 -06:00
John Miller
849adda708 Support for nbformat v4
BEWARE! This is a large commit and the code here is still mostly
untested. Back up your notebooks before giving this changeset a try with
the current IPython-dev version.

Given that, ein is now able to open and save basic notebooks saved in
nbformat 4. Still haven't tested more complex notebooks with embedded
images.
2014-11-07 19:28:09 -06:00
Takafumi Arakaki
a53e770614 Ignore whole log/ directory 2012-09-18 16:47:22 +02:00
Takafumi Arakaki
f368a1b5a9 Make Python virtualenv under env/
This is for testing against several IPython versions.
2012-09-18 16:17:43 +02:00
Takafumi Arakaki
3f1f486e52 Use sphinx-eldomain to document EIN 2012-06-10 21:59:48 +02:00