mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 09:31:39 -05:00
Restore heading level cells to nbformat4 notebooks.
This commit is contained in:
parent
e3623a373e
commit
d52cc9a662
1 changed files with 1 additions and 1 deletions
|
@ -541,7 +541,7 @@ an integer used only when the TYPE is \"heading\"."
|
|||
(choices (case (oref ws :nbformat)
|
||||
(2 "cm")
|
||||
(3 "cmr123456")
|
||||
(4 "cmr")))
|
||||
(4 "cmr123456")))
|
||||
(key (ein:ask-choice-char
|
||||
(format "Cell type [%s]: " choices) choices))
|
||||
(type (case key
|
||||
|
|
Loading…
Add table
Reference in a new issue