Takafumi Arakaki
ca8c1678fe
(require 'ein-utils) -> (require 'ein-core)
2012-08-28 15:26:32 +02:00
Takafumi Arakaki
32f6aaba6d
Simplify ein:connect-to-default-notebook
...
... by modifying ein:pytools-jump-to-source a bit.
2012-08-26 21:50:05 +02:00
Takafumi Arakaki
f32a169920
Move tooltip and help command to pytools
...
ein-notebook.el and ein-connect.el can share same command thanks to
the generic getter function.
2012-08-19 21:48:28 +02:00
Takafumi Arakaki
f4f116b26f
Replace ein:pytools-eval-string-internal
...
with ein:shared-output-eval-string
2012-08-16 01:59:23 +02:00
Takafumi Arakaki
f0a4888c90
Remove ein:get-notebook-buffer
2012-08-14 21:05:08 +02:00
Takafumi Arakaki
fa5ec1b070
Refactor ein-pytools to get rid of declare-function
2012-08-14 21:05:06 +02:00
Takafumi Arakaki
73cadcaaa4
Use generic getters in ein-pytools.el
2012-08-14 21:05:05 +02:00
Takafumi Arakaki
c798f7d143
Adapt to new kernel-execute API
...
This is required to avoid wrong-number-of-arguments error,
unlike javascript.
2012-08-08 21:30:14 +02:00
Takafumi Arakaki
c4924efdbd
Refactor ein:filename-to/from-python functions
2012-08-04 02:13:14 +02:00
Takafumi Arakaki
51992efe5b
ein:pytools-jump-to-source works with tramp now
...
ein:filename-translations is added.
2012-08-03 23:05:23 +02:00
Takafumi Arakaki
c58d16d12a
Use destructuring-bind in ein:pytools-jump-to-source
2012-08-03 22:21:17 +02:00
Takafumi Arakaki
10820048f8
Integrate pandas DataFrame with Simple Emacs Spreadsheet
2012-07-19 21:23:57 +02:00
Takafumi Arakaki
c104a0b19d
Rename ein:kernel-ready-p to ein:kernel-live-p
2012-07-19 00:37:30 +02:00
Takafumi Arakaki
96cb9076f3
Connect to not-yet-opened notebook
...
fixes #16
Note that this change introduces another problem:
ein:connect-to-notebook popups notebook buffer (opens notebook buffer
and change focus to it). Fixing this requires change in
ein:notebook-open.
2012-07-12 02:04:50 +02:00
Takafumi Arakaki
d1031fd61e
mv *ein*.el ein.py lisp/
...
fixes #6
2012-07-02 16:47:20 +02:00