mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 01:21:38 -05:00
Do not record run-buffer commands to IPython history
This commit is contained in:
parent
5a0605f586
commit
40f9bf0d2e
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ Variable `ein:connect-run-command' sets the default command."
|
|||
(cmd (format "%s %s" command it)))
|
||||
(if (ein:maybe-save-buffer ein:connect-save-before-run)
|
||||
(progn
|
||||
(ein:shared-output-eval-string cmd)
|
||||
(ein:shared-output-eval-string cmd nil nil nil :silent t)
|
||||
(ein:connect-execute-autoexec-cells)
|
||||
(ein:log 'info "Command sent to the kernel: %s" cmd))
|
||||
(ein:log 'info "Buffer must be saved before %%run.")))
|
||||
|
|
Loading…
Add table
Reference in a new issue