Show More
@@ -429,6 +429,9 b' The main example being ``%load``.' | |||||
429 | "source": "set_next_input", |
|
429 | "source": "set_next_input", | |
430 | # the text contents of the cell to create |
|
430 | # the text contents of the cell to create | |
431 | "text": "some cell content", |
|
431 | "text": "some cell content", | |
|
432 | # If true, replace the current cell in document UIs instead of inserting | |||
|
433 | # a cell. Ignored in console UIs. | |||
|
434 | "replace": bool, | |||
432 | } |
|
435 | } | |
433 |
|
436 | |||
434 | **edit**: open a file for editing. |
|
437 | **edit**: open a file for editing. |
General Comments 0
You need to be logged in to leave comments.
Login now