mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 01:21:38 -05:00
add missing iteration arg to the kernel-start call
This commit is contained in:
parent
c92b8bdfc1
commit
0bbe4bcf3a
1 changed files with 1 additions and 1 deletions
|
@ -493,7 +493,7 @@ notebook buffer."
|
|||
(ein:kernel-disconnect (ein:$notebook-kernel it))
|
||||
(ein:events-trigger (ein:$kernel-events (ein:$notebook-kernel it))
|
||||
'status_reconnecting.Kernel)
|
||||
(ein:kernel-start (ein:$notebook-kernel it) it
|
||||
(ein:kernel-start (ein:$notebook-kernel it) it 0
|
||||
(apply-partially
|
||||
(lambda (nb)
|
||||
(with-current-buffer (ein:notebook-buffer nb)
|
||||
|
|
Loading…
Add table
Reference in a new issue