John Miller
17a445946d
Polishing cell edit buffer.
...
Now with overlays and better point motion in the original buffer!
2016-11-10 07:13:16 -06:00
John Miller
c0144e2cbf
Edit notebook cells in popout buffer ala org-mode
...
Using C-c', users can create a temporary buffer running an appropriate
mode to edit the contents of a notebook cell. This functionality is
intentionally very similar to what org-mode provides for editing blocks
of code or other.
2016-10-25 18:00:51 -05:00
John Miller
7cab72cac3
Stability fixes.
...
Get the call signature correct, try to avoid always calling
`ein:query-kernelspec`.
2016-10-16 19:52:01 -05:00
John Miller
3d50f72e0a
Handle session and kernelspec slightly better.
...
Try to be more robust in handling session and kernelspec parameters for
org source blocks.
Get rid of submodules (again). The future is Cask.
2016-10-13 15:15:08 -05:00
John Miller
ea9933ec9d
Better return values, except for images
...
Do a better job return results of code execution, however images are not
being saved to file. Very unsure why this is.
2016-10-12 13:42:19 -05:00
John Miller
f4dfd363dc
Basic support for org code blocks
...
We can execute code blocks via the shared output buffer, but support for
handling return values is very rudimentary.
2016-10-11 20:29:48 -05:00