mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 17:11:41 -05:00
Change default n value in ein:kernel-history-request
This commit is contained in:
parent
6075690e27
commit
d10565b052
1 changed files with 6 additions and 1 deletions
|
@ -415,7 +415,7 @@ http://ipython.org/ipython-doc/dev/development/messaging.html#complete
|
|||
session
|
||||
start
|
||||
stop
|
||||
(n 1)
|
||||
(n 10)
|
||||
pattern)
|
||||
"Request execution history to KERNEL.
|
||||
|
||||
|
@ -431,6 +431,11 @@ CONTENT and METADATA are given by `history_reply' message.
|
|||
|
||||
`history_reply' message is documented here:
|
||||
http://ipython.org/ipython-doc/dev/development/messaging.html#history
|
||||
|
||||
Relevant Python code:
|
||||
|
||||
* :py:method:`IPython.zmq.ipkernel.Kernel.history_request`
|
||||
* :py:class:`IPython.core.history.HistoryAccessor`
|
||||
"
|
||||
(assert (ein:kernel-live-p kernel) nil "Kernel is not active.")
|
||||
(let* ((content (list
|
||||
|
|
Loading…
Add table
Reference in a new issue