Commit graph

38 commits

Author SHA1 Message Date
John Miller
3412470b61 More convenience finding the channels debug buffer
Post Ipython 2.0 there are no longer separate websocket connections for iopub
and shell, they now share the same websocket connect. This is a simple
convenience function for finding the websocket log buffer for the new-style
connection.
2017-01-19 11:27:22 -06:00
Sam Steingold
7dd59f469f pass the required LIMIT' arg to looking-back' 2016-12-05 09:03:59 -05:00
John Miller
87053c7459 Formatting, tweaks to menu and an improved error message.
Adding a couple commands to EIN's menu and an attempt to make cell execution
message more informative.
2016-11-23 12:34:06 -06:00
John Miller
a1489613ac Fixing null in output metadata
Somewhat hackish solution by defadvicing json.el code to
overcome possible bug in said code. Apparently
`json-encode` does not handle nested empty hash tables properly.
2016-01-03 08:23:55 -07:00
John Miller
a4ab2a52f5 Simplifying and fixing code for saving notebooks
Code for generating v4 notebook json much cleaner and easier to
understand. As added bonus have fix for saving images.
2015-12-22 12:32:21 -06:00
millejoh
84f478aed6 Improving ipython 3 support in testein.py. Lots of fixes for notebook tests to
properly test nbformat 3 notebooks.
2015-02-02 13:20:24 -06:00
John Miller
9637ea7317 Fix null metadata
ein was incorrectly writing empty metadata as a Null object, which was
causing errors in ipython.

Added a helper function to write json encoding of a notebook to a
temporary buffer to help debug code for encoding nbformat4 json from
cell data.
2015-01-09 10:00:22 -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
John Miller
c963d236c7 Documentation update and travis cleanup
Progressing back towards having automated testing via travis. Updated
contact info for ein:dev-bug-report-template and updated requirements in
README.rst.
2014-11-03 16:34:14 -06:00
Takafumi Arakaki
7f17f3bc43 Improve bug report template
to avoid trouble like #104.
2013-02-23 16:35:08 +01:00
Takafumi Arakaki
10db056db4 Record request.el configuration 2013-01-16 21:01:01 +01:00
Takafumi Arakaki
bdb107a71d Include request in ein:dev-sys-info 2013-01-10 22:20:33 +01:00
Takafumi Arakaki
06b559af35 Do not delete existing bug report buffer 2012-12-26 19:30:16 +01:00
Takafumi Arakaki
6e352cd6d6 Do not show sys-info for non-existing packages 2012-12-26 19:01:46 +01:00
Takafumi Arakaki
36cb66307f Make sys-info printing prettier 2012-12-26 18:58:53 +01:00
Takafumi Arakaki
4ff3c89e7b Improve ein:dev-bug-report-template: IPython version 2012-12-06 00:14:26 +01:00
Takafumi Arakaki
f2e7a92441 Record emacs-bzr-version 2012-10-07 07:00:43 +02:00
Takafumi Arakaki
b01dd3250e Renae ein:notebook-org-src-mode to ein:notebook-multilang-mode 2012-09-30 20:24:09 +02:00
Takafumi Arakaki
200bee5e0d Use `(ein:version)' from ein:dev-sys-info 2012-09-28 16:53:08 +02:00
Takafumi Arakaki
a46c8c23ce Mention CONTRIBUTING.md in ein:dev-bug-report-template 2012-09-28 15:22:55 +02:00
Takafumi Arakaki
17d97cf62d More information listed by ein:dev-sys-info--lib 2012-09-28 14:53:23 +02:00
Takafumi Arakaki
cc8658e900 Dump important EIN variables in ein:dev-sys-info 2012-09-28 14:46:48 +02:00
Takafumi Arakaki
05f2d1a8f3 Add more in ein:dev-bug-report-template 2012-09-28 01:44:04 +02:00
Takafumi Arakaki
1478ddf6e1 Add ein:dev-bug-report-template 2012-09-27 23:42:57 +02:00
Takafumi Arakaki
def69d4ae1 Include OS version in ein:dev-sys-info 2012-09-27 22:56:25 +02:00
Takafumi Arakaki
9321661867 Safer ein:dev-sys-info 2012-09-13 00:03:41 +02:00
Takafumi Arakaki
35b6e64658 Add :image-types-available in ein:dev-sys-info 2012-09-13 00:03:12 +02:00
Takafumi Arakaki
77abf26bfd Show system info in testein.py 2012-09-13 00:03:02 +02:00
Takafumi Arakaki
9ebb9582bc Add ein:dev-show-sys-info 2012-09-13 00:03:00 +02:00
Takafumi Arakaki
da74f92d47 Modify ein:dev-require-all to make test run-able 2012-09-12 16:35:31 +02:00
Takafumi Arakaki
1a6463937e Add ein:dev-notebook-org-src-mode 2012-09-04 18:39:28 +02:00
Takafumi Arakaki
6f1a11be30 Add autoload cookies 2012-09-01 20:51:55 +02:00
Takafumi Arakaki
16efe28448 Fix compile warning in ein-dev.el 2012-09-01 20:30:05 +02:00
Takafumi Arakaki
e38bb5d528 Test that functions in ein:*-mode-map are bounded 2012-08-20 15:50:26 +02:00
Takafumi Arakaki
733e68284a Rename: ein:notebook -> ein:%notebook%
%s/\_<ein:notebook\_>/ein:%notebook%/g

Define obsolete alias, as user might use this variable.
2012-08-18 22:59:31 +02:00
Takafumi Arakaki
e75c562181 Don't require rst.el in ein-dev.el
This workarounds the bug in rst.el:

rst.el: Symbol's function definition is void: copy-list
https://sourceforge.net/tracker/?func=detail&aid=3551316&group_id=38414&atid=422030
2012-07-29 14:18:30 +02:00
Takafumi Arakaki
ccf79152bf Use websocket-callback-debug-on-error in ein-dev 2012-07-22 14:14:31 +02:00
Takafumi Arakaki
d1031fd61e mv *ein*.el ein.py lisp/
fixes #6
2012-07-02 16:47:20 +02:00
Renamed from ein-dev.el (Browse further)