John Miller
8ec5d4638e
Prototyping the object inspector buffer.
...
Display value of object's __repr__, link to source when available, and
documentation.
Adding command and keybinding (C-ci) to notebook buffer keymap.
Get rid of unnecessary api check when rendering notebooklist buffer.
2017-02-06 20:19:20 -06:00
John Miller
71d8994ebb
Undoing earlier bone-headedness
...
Finally getting Sam's PR right (sorry about that, Sam). Getting the
mocker subtree into the right place because apparently I cannot type.
2016-09-23 10:37:48 -05:00
John Miller
706ff2184a
Merge branch 'pr/117'
2016-09-19 10:46:43 -05:00
John Miller
ed70a26700
Set local keymap for ein's derived modes.
2016-09-19 09:02:35 -05:00
John Miller
ef949a189d
Revert "derived modes inherit from special-mode or view-mode as appropriate"
...
This reverts commit 99de3360c3
.
2016-09-15 14:14:42 -05:00
Sam Steingold
99de3360c3
derived modes inherit from special-mode or view-mode as appropriate
...
this means that the derived modes get all the standard keybinding in the standard way.
2016-09-13 09:32:31 -04:00
Max H. Gerlach
c7ac141b47
Jump to line in cell from traceback
2015-05-26 15:57:50 +02:00
John Miller
d2681d88e3
Proper implementation of #42 , fix restart-kernel command.
...
Can jump to notebook cells from traceback buffer, kernel restart command
works on both IPython 2.x and 3.x.
2015-05-12 15:12:33 -05:00
John Miller
75c5f36ceb
Find cell references in tracebacks, revert ein-polymode.
...
Traceback knows how to find notebook input cells. Roll back ein-polymode
setup - we aren't ready for that yet.
2015-05-05 21:22:36 -05:00
Takafumi Arakaki
b865b62e08
Fix ein:tb-jump-to-source-at-point for Emacs 23
...
fixes #90
2012-12-06 23:16:17 +01:00
Yaroslav Halchenko
a46100f532
DOC: typo in the error message (exi[s]t)
2012-12-06 12:19:09 -05:00
Takafumi Arakaki
52b0d66b01
Now all :help strings in menu are auto-generated
2012-09-01 21:32:20 +02:00
Takafumi Arakaki
6f1a11be30
Add autoload cookies
2012-09-01 20:51:55 +02:00
Takafumi Arakaki
ca8c1678fe
(require 'ein-utils) -> (require 'ein-core)
2012-08-28 15:26:32 +02:00
Takafumi Arakaki
71015afd45
Rename: ein:@traceback -> ein:%traceback%
...
%s/\_<ein:@\(traceback\)\_>/ein:%\1%/g
2012-08-18 23:02:42 +02:00
Takafumi Arakaki
714f07e759
Add ein:ewoc-create in ein-utils
2012-08-16 17:03:53 +02:00
Takafumi Arakaki
e426340cd3
Fix: ein:tb-show did not work in shared-output buffer
...
It did not work because ein:get-notebook does not work. Notebook
is not well defined in shared-output buffer since it knows only
about kernel (through cell). This reflect the design that kernel
and notebook is well decoupled.
2012-08-15 20:54:22 +02:00
Takafumi Arakaki
730741bd03
Add ein:tb-show command
2012-08-14 21:11:13 +02:00
Takafumi Arakaki
d1031fd61e
mv *ein*.el ein.py lisp/
...
fixes #6
2012-07-02 16:47:20 +02:00