mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 17:11:41 -05:00
Add a note on ein:notebook--worksheet-render
This commit is contained in:
parent
6cbe7e24df
commit
fb0ea65943
1 changed files with 1 additions and 0 deletions
|
@ -464,6 +464,7 @@ This is equivalent to do ``C-c`` in the console program."
|
|||
(ein:worksheet-render ws)
|
||||
(with-current-buffer (ein:worksheet-buffer ws)
|
||||
(ein:notebook-mode)
|
||||
;; Now that major-mode is set, set buffer local variables:
|
||||
(ein:notification-setup (current-buffer) (ein:$notebook-events notebook))
|
||||
(ein:notebook-setup-kill-buffer-hook)
|
||||
(setq ein:%notebook% notebook)))
|
||||
|
|
Loading…
Add table
Reference in a new issue