mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 17:11:41 -05:00
Document ein:kernel-request-stream
This commit is contained in:
parent
959102e70e
commit
d2c8c5eee6
1 changed files with 4 additions and 0 deletions
|
@ -524,6 +524,10 @@ Used in `ein:cell-finish-tooltip', etc."
|
|||
help))
|
||||
|
||||
(defun ein:kernel-request-stream (kernel code func &optional args)
|
||||
"Run lisp callback FUNC with the output stream returned by Python CODE.
|
||||
|
||||
The first argument to the lisp function FUNC is the stream output
|
||||
as a string and the rest of the argument is the optional ARGS."
|
||||
(ein:kernel-execute
|
||||
kernel
|
||||
code
|
||||
|
|
Loading…
Add table
Reference in a new issue