mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 09:31:39 -05:00
Fix ein:worksheet-execute-cell-and-goto-next
This commit is contained in:
parent
f7ed3be032
commit
6604392b5b
1 changed files with 1 additions and 1 deletions
|
@ -600,7 +600,7 @@ next cell, or insert if none."
|
|||
(ein:worksheet-execute-cell ws cell))
|
||||
(ein:aif (ein:cell-next cell)
|
||||
(ein:cell-goto it)
|
||||
(ein:worksheet-insert-cell-below ws 'code cell)))
|
||||
(ein:worksheet-insert-cell-below ws 'code cell t)))
|
||||
|
||||
(defun ein:worksheet-execute-all-cell (ws)
|
||||
"Execute all cells in the current worksheet buffer."
|
||||
|
|
Loading…
Add table
Reference in a new issue