mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 01:21:38 -05:00
Add ein:pseudo-console-mode to notebook menu
This commit is contained in:
parent
b1a7e85235
commit
31951b51f3
1 changed files with 2 additions and 0 deletions
|
@ -866,6 +866,8 @@ Do not use `python-mode'. Use plain mode when MuMaMo is not installed::
|
||||||
("Open scratch sheet" ein:notebook-scratchsheet-open)))
|
("Open scratch sheet" ein:notebook-scratchsheet-open)))
|
||||||
["Popup traceback viewer" ein:tb-show
|
["Popup traceback viewer" ein:tb-show
|
||||||
:help "Show full traceback in different buffer"]
|
:help "Show full traceback in different buffer"]
|
||||||
|
["Toggle pseudo console mode" ein:pseudo-console-mode
|
||||||
|
:help "Hit RET to execute code"]
|
||||||
["Evaluate code in minibuffer" ein:shared-output-eval-string
|
["Evaluate code in minibuffer" ein:shared-output-eval-string
|
||||||
:help "Result will appear in the shared output buffer"]
|
:help "Result will appear in the shared output buffer"]
|
||||||
["Show code cell with full output"
|
["Show code cell with full output"
|
||||||
|
|
Loading…
Add table
Reference in a new issue