John Miller
3d16ccf62a
Merge pull request #505 from dickmao/slide-breaks-undo
...
Undo did not account for slideshow
2019-04-04 05:54:32 -05:00
dickmao
539c3339dd
Undo did not account for slideshow
...
C-c C-d breaks undo. Fix as follows:
Before: turn on slide indicator via C-c S, toggle type with C-c C-d
After: toggle type with C-c S.
Benefits: Fixes undo, simplifies slideshow operation, elpy users are
accustomed to having C-c C-d be "jump to doc"
2019-04-04 05:45:34 -04:00
John Miller
5736cb3716
Fortify tests, tweak cursor motion in notebooklist buffers.
2019-04-03 17:34:37 -05:00
John Miller
57ca951933
fix for #503
2019-04-03 14:27:32 -05:00
John Miller
6b752bc36e
Merge pull request #502 from dickmao/polymode
...
Polymode
2019-04-03 10:59:38 -05:00
dickmao
f34bdf32ff
irnb is a kagglism that jupyter doesn't understand
2019-04-02 19:40:34 -04:00
dickmao
7cb37f4093
add diagnostic to eldoc test failure
2019-04-02 11:00:31 -04:00
dickmao
c0753445bc
avoid hardcoding packages
2019-04-02 09:35:56 -04:00
dickmao
234cf391f9
Polymode
...
M-x customize-group RET ein
Toggle Ein:Polymode
Avoid trying to emulate jump-to-definition, eldoc, and autocompletion
functionalities that Elpy will always do better.
Fixes #497 #482 #418
2019-04-02 09:35:17 -04:00
John Miller
60578bd297
Merge pull request #500 from finalpatch/master
...
indent name tag
2019-04-01 16:15:48 -05:00
finalpatch
e178f92772
fix last commit
2019-04-01 21:13:18 +11:00
finalpatch
35244abc88
indent name tag
2019-04-01 20:58:28 +11:00
John Miller
12d5727cd5
Readme updates per suggestions in issue #495 .
...
Thanks to @mfrasca for the suggestion to make the Emacs version dependency more
explicit.
2019-03-28 14:41:44 -05:00
John Miller
419a74ce67
Connect features ( #492 )
...
* Testing for shared eval and connecting buffers.
* Forgot the feature.
* Need a small delay to make sure code is evaluated.
* Testing for shared eval and connecting buffers.
* Forgot the feature.
* Need a small delay to make sure code is evaluated.
* Add scenario for company completion in a connected buffer.
* Works better if we test completion first.
* Update ipython version tested in travis.
* Stab in the dark to fix travis erroring under ipython 6.x
* Revert "Stab in the dark to fix travis erroring under ipython 6.x"
This reverts commit 7255d31fdb
.
2019-03-27 15:53:47 -05:00
John Miller
d900978671
Merge pull request #493 from dickmao/curl-debug
...
add curl trace to `M-x ein:log-pop-to-request-buffer`
2019-03-22 09:55:46 -05:00
dickmao
e0369c28a6
add curl trace to M-x ein:log-pop-to-request-buffer
2019-03-21 15:28:42 -04:00
John Miller
f3e07865a0
Merge pull request #490 from dickmao/spacemacs-undo
...
spacemacs guards
2019-03-18 11:01:52 -05:00
dickmao
831508d615
spacemacs diagnostic
2019-03-17 12:00:43 -04:00
dickmao
042cda12a1
spacemacs related #445 #489 #338 , etc.
2019-03-16 13:49:58 -04:00
John Miller
f41cfbc410
Merge pull request #487 from dickmao/markdown-no-completion
...
Don't attempt completion in markdown cells
2019-03-15 23:14:39 -05:00
John Miller
f6bab5c077
Merge pull request #488 from dickmao/text-plain
...
text/plain over text/html
2019-03-15 10:46:03 -05:00
John Miller
e870f3af35
Merge pull request #486 from dickmao/bug-issue-485
...
need to reorder interactive arguments after function signature change
2019-03-15 10:45:25 -05:00
dickmao
22b4e58e56
preserve the no-op for now
2019-03-15 00:50:13 -04:00
dickmao
041a66cf28
need to reorder interactive arguments after function signature change
2019-03-15 00:14:22 -04:00
John Miller
0b2008ea67
Merge pull request #483 from millejoh/release-doc-updates
...
Release doc updates
2019-03-12 10:10:44 -05:00
John Miller
15d7a83b03
Let's not get ahead of ourselves and release 0.15 before 1.0.
2019-03-12 09:50:17 -05:00
John Miller
ea9f9d5c1d
Doc updates.
2019-03-12 09:28:22 -05:00
dickmao
6698b4f563
Don't attempt completion in markdown cells
2019-03-11 22:37:13 -04:00
dickmao
7985387178
:text/plain is also :text
...
Notebooks with :text/plain and :text/html outputs opt for
:text/html which looks bad in emacs.
There is already code to prefer :text over :text/html, so it should
prefer :text/plain as well.
2019-03-11 00:02:08 -04:00
dickmao
04c4dc5f17
ob-ein.ipynb onto gitignore
2019-03-10 21:06:45 -04:00
John Miller
f2e9193da6
Merge pull request #481 from dickmao/self-diagnose
...
Move self-diagnosing information
2019-03-09 20:28:30 -06:00
John Miller
14b2716363
Merge pull request #479 from dickmao/toggle-output-peachpuff-pink
...
Toggle output (C-c C-e) should also invalidate footer
2019-03-09 20:22:44 -06:00
dickmao
2aadfbe1ef
missing ein-autoloads in CONTRIBUTING.md [skip ci]
2019-03-09 15:41:13 -05:00
dickmao
66aa0d456f
include link to org-mode documentation [skip ci]
2019-03-09 13:49:24 -05:00
dickmao
67e82d2f94
Move self-diagnosing information
...
Move self-diagnosing information from CONTRIBUTING.md to README.in.rst
2019-03-09 12:52:03 -05:00
dickmao
188b2c0dec
Toggle output (C-c C-e) should also invalidate footer
...
Attempt fixing longstanding annoyance whereby `C-c C-e` leaves a
peachpuff or pink newline when toggling output with nonempty stderr.
2019-03-08 18:33:15 -05:00
John Miller
bf1bcf12cf
ein-company: Hotfix for #478
...
Do no run ein company backend unless we can find a kernel to do completion
against.
2019-03-05 21:50:51 -06:00
John Miller
b790c749d4
Merge pull request #477 from millejoh/connected-buffer-company
...
ein-company: Implement company completion in connected buffers.
2019-02-28 14:08:49 -06:00
John Miller
80306130cf
Merge pull request #475 from dickmao/ob-ein-reconnect-kernel
...
reconnect kernel if necessary under org-ctrl-c-ctrl-c
2019-02-26 19:51:14 -06:00
John Miller
a30dd21b01
Merge pull request #474 from dickmao/bug-stringp-473
...
Be less opaque about unfound jupyter executable
2019-02-26 19:36:15 -06:00
dickmao
7ba5a0d5d3
Be less opaque about unfound jupyter executable
...
Fixes #473
2019-02-26 18:04:50 -05:00
dickmao
dd01c4578c
reconnect kernel if necessary under org-ctrl-c-ctrl-c
...
when `C-c C-c`, reconnect to kernel if it disconnected
2019-02-26 17:58:42 -05:00
John Miller
94655e7738
ein-company: Implement company completion in connected buffers.
2019-02-26 08:55:17 -06:00
John Miller
b9f8854949
Merge pull request #470 from dickmao/org-bug-468
...
Add ob-ein tests
2019-02-22 09:28:24 -06:00
dickmao
a4d591255a
maybe matplotlib needs warming up
2019-02-22 00:18:13 -05:00
dickmao
4f468ee5f7
Singleton
...
We can't be certain when the shared output cell can be safely turned
over to the next org block. I have witnessed `display_data` updates being
received *after* both the `execute_result` and `execute_reply`
messages. As a HACK, we `run-at-time 2` seconds the turning over of
the cell to accommodate any eleventh hour straggler display_data's.
2019-02-21 23:14:11 -05:00
John Miller
3ff0f70b24
Merge pull request #472 from FelipeLema/master
...
Support editing julia cells. Fix #471
2019-02-20 14:52:09 -06:00
dickmao
0f7f8b14cd
Test C-c '
2019-02-20 11:50:46 -05:00
Felipe Lema
9168b2cf8e
sorted items
2019-02-20 12:28:27 -03:00
Felipe Lema
9147159ece
Edit julia code cells. Fixes #471
...
BTW, julia-mode is a dependency for ESS, so wherever you have R, you
have Julia (which is the way I implemented this)
2019-02-20 12:28:06 -03:00