mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 09:31:39 -05:00
Add change log and update document
This commit is contained in:
parent
b79a51c657
commit
5596e7db2d
1 changed files with 3 additions and 1 deletions
|
@ -218,6 +218,7 @@ The following keybinds are available in notebook buffers.
|
||||||
.. el:keymap:: ein:notebook-mode-map
|
.. el:keymap:: ein:notebook-mode-map
|
||||||
|
|
||||||
.. el:function:: ein:notebook-delete-cell-command
|
.. el:function:: ein:notebook-delete-cell-command
|
||||||
|
.. el:function:: ein:notebook-rename-to-scratch-command
|
||||||
|
|
||||||
Connected buffer
|
Connected buffer
|
||||||
^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^
|
||||||
|
@ -285,7 +286,6 @@ Notebook list
|
||||||
|
|
||||||
.. el:variable:: ein:url-or-port
|
.. el:variable:: ein:url-or-port
|
||||||
.. el:variable:: ein:default-url-or-port
|
.. el:variable:: ein:default-url-or-port
|
||||||
.. el:variable:: ein:scratch-notebook-name-template
|
|
||||||
|
|
||||||
Notebook
|
Notebook
|
||||||
^^^^^^^^
|
^^^^^^^^
|
||||||
|
@ -300,6 +300,7 @@ Notebook
|
||||||
.. el:variable:: ein:notebook-console-executable
|
.. el:variable:: ein:notebook-console-executable
|
||||||
.. el:variable:: ein:notebook-console-args
|
.. el:variable:: ein:notebook-console-args
|
||||||
.. el:variable:: ein:cell-traceback-level
|
.. el:variable:: ein:cell-traceback-level
|
||||||
|
.. el:variable:: ein:scratch-notebook-name-template
|
||||||
|
|
||||||
Connect
|
Connect
|
||||||
^^^^^^^
|
^^^^^^^
|
||||||
|
@ -406,6 +407,7 @@ v0.1.1
|
||||||
the notebook which is not opened yet.
|
the notebook which is not opened yet.
|
||||||
* Plain text type output is favored over LaTeX type output
|
* Plain text type output is favored over LaTeX type output
|
||||||
(previous setting was opposite).
|
(previous setting was opposite).
|
||||||
|
* Add :el:symbol:`ein:notebook-rename-to-scratch-command`.
|
||||||
|
|
||||||
v0.1
|
v0.1
|
||||||
----
|
----
|
||||||
|
|
Loading…
Add table
Reference in a new issue