Commit graph

220 commits

Author SHA1 Message Date
John Miller
9fc8dd3be4 Update version to 0.8.1. 2016-03-10 15:19:29 -06:00
John Miller
c5cf44a795 Fix saving new notebooks, whitespace updates.
Newly created notebooks no longer error on saving - bug in how
kernelspec metadata was being filled in.

Also a number of miscellaneous fixes to indentation that have
inexplicably appeared in the code.

Some small fixes for typos and catching up on version info.
2016-03-01 16:02:00 -06:00
John Miller
24afb15985 Bump to v0.8.0 2016-02-02 12:12:46 -06:00
John Miller
2c08c68125 Update to version 0.7.1. 2016-01-13 07:57:13 -06:00
John Miller
62fb26b0ca Additional version cleanup. 2015-07-04 10:59:23 -05:00
John Miller
127039e2aa Bump version.
Bump version (hope I found everywhere that it is documented). Fix
old-style print statements in one of the test notebooks.
2015-07-04 08:50:53 -05:00
Matt Savoie
ca2a3ff70b point URI references to millejoh. 2015-05-16 12:56:58 -06:00
John Miller
68dcef083f Deprecate ein:notebook-set-buffer-file-name, update docs. 2015-05-16 07:46:47 -05:00
John Miller
04d36b3fa1 Bump version.
May also have fixed some indentation issues as ein-python was meant for
an old version of python.el.
2015-04-06 12:20:46 -05:00
John Miller
f41549cd2e Fix `KeyError: 'detail_level' with IPython 3.0
Some more problems with inspect_request messages that I thought I fixed
in earlier commits.

Also some typo fixin' and link correctin'.
2015-03-17 20:41:31 -05:00
John Miller
28a0c53bc6 Factor out ein-mumamo. Documentaiton update.
Compiling ein when nxhtml is not installed causes an error when
compiling ein-mumamo.el. Since it seems unreasonable to force mumamo as
a dependency (it is not in MELPA) better to move mumamo support to its
own, optional package.

Also some long overdue upates to documentation.
2015-02-21 19:07:34 -06:00
John Miller
cad579ed28 Documentation updates.
Typos and grammar fixes.
2015-01-30 07:50:43 -06:00
John Miller
70c0aef704 Updating documentation of requirements. 2014-12-21 11:25:24 -06:00
John Miller
88ef3c3e1b Documents - grammar and refs update
Correcting grammar in documents, updating software version and
references.
2014-12-16 07:21:32 -06:00
Takafumi Arakaki
bc32b00d2a Update changelog 2013-07-10 21:14:58 +02:00
Takafumi Arakaki
7901e90db7 Default ein:query-timeout is nil if curl is used
this is to address #114
2013-06-11 16:51:06 +02:00
Takafumi Arakaki
203ff99987 Register ein:worksheet-execute-all-cell to menu
Add it to document also.

fixes #63
2013-04-12 18:24:38 +02:00
Takafumi Arakaki
592d40f9eb Mention C-u in ein:dev-start-debug document 2013-02-23 00:35:29 +01:00
Takafumi Arakaki
d0e96d0be6 Bump to 0.2.1alpha2 2013-02-10 04:12:50 +01:00
Takafumi Arakaki
3f8d6fd495 Merge branch 'history-unique'
History search using helm/anything discards duplications.
This functionality requires at least version 4.0 of IPython kernel.
https://github.com/ipython/ipython/pull/2792
2013-02-01 22:44:13 +01:00
Takafumi Arakaki
4b0ca7d9df Add note for el-get user: stable recipe is old
Also, I think the old note is not relevant anymore,
so I am removing it.

see #98
2013-01-22 23:15:20 +01:00
Takafumi Arakaki
239914525c Fix typo in the previous command 2013-01-21 19:56:02 +01:00
Takafumi Arakaki
5ed36c8d80 Document the usage of zeroein without /bin/sh 2013-01-21 19:53:34 +01:00
Takafumi Arakaki
dbc336c0fc Update changelog 2013-01-19 00:04:50 +01:00
Takafumi Arakaki
29a4d7533a Update changelog 2013-01-18 14:12:44 +01:00
Takafumi Arakaki
93786cc61a Bump to 0.2.1alpha1 2013-01-17 11:27:39 +01:00
Takafumi Arakaki
1f3156d89f Update change log and document 2013-01-10 23:18:47 +01:00
Takafumi Arakaki
e24078b03b Add request as dependency 2012-12-29 18:55:06 +01:00
Takafumi Arakaki
553224241f Bump to 0.2.1alpha0 2012-12-29 18:53:05 +01:00
Takafumi Arakaki
12f01a93b2 Bump to 0.2.0 2012-12-29 18:48:01 +01:00
Takafumi Arakaki
f1ed7c5d5a Merge branch 'login'
Preliminary login support is implemented.
Now user can use ein:notebooklist-login to login, then
ein:notebooklist-open to connect IPython notebook server
protected by a password.

fixes #10
2012-12-17 20:00:46 +01:00
Takafumi Arakaki
c2cc740baa Update document 2012-12-17 19:55:46 +01:00
Takafumi Arakaki
c784cee47b Update README and document 2012-12-17 19:39:07 +01:00
Takafumi Arakaki
400f2ee8c3 Update changelog 2012-12-15 22:18:13 +01:00
Takafumi Arakaki
93b5e30705 Update changelog 2012-12-06 23:16:45 +01:00
Takafumi Arakaki
fc4fd51e86 Update change log 2012-12-06 22:01:33 +01:00
Takafumi Arakaki
784f43c18f Update change log 2012-12-06 17:12:30 +01:00
Takafumi Arakaki
66bc62918a Better highlight in the html document 2012-11-19 23:13:12 +01:00
Takafumi Arakaki
6464629ef2 Add documentation and changelog 2012-11-19 22:23:33 +01:00
Takafumi Arakaki
9ad21d1455 Remove redundant option from conf.py
It is in eldomain.py now.
2012-10-21 02:26:14 +02:00
Takafumi Arakaki
e5c59dcfac Use the new :replace: option for .. el:keymap: 2012-10-21 02:25:19 +02:00
Takafumi Arakaki
a5b2d3976c Update doc/eldomain 2012-10-21 02:24:56 +02:00
Takafumi Arakaki
731a7c0e19 Use submodule path when building document 2012-10-21 01:03:52 +02:00
Takafumi Arakaki
4dbce952bc Document org-mode integration 2012-10-15 22:31:10 +02:00
Takafumi Arakaki
40d3750b6b Update change log 2012-09-30 21:16:52 +02:00
Takafumi Arakaki
fe7eaa5b7e Mention ein:dev-bug-report-template in document 2012-09-28 01:56:48 +02:00
Takafumi Arakaki
c620c474cb Fix README and document 2012-09-28 01:23:30 +02:00
Takafumi Arakaki
df3fe57dfb Fix link to emacslisp.py in the document 2012-09-13 15:27:09 +02:00
Takafumi Arakaki
47b01c1f55 Add a link to tips from python-mode.el gotchas 2012-09-11 01:31:03 +02:00
Takafumi Arakaki
13068f39ed Mention that dev version of MuMaMo is required
fixes #56
2012-09-11 01:29:39 +02:00