##// END OF EJS Templates
Document replace field in set_next_input payload
Thomas Kluyver -
Show More
@@ -429,6 +429,9 The main example being ``%load``.
429 429 "source": "set_next_input",
430 430 # the text contents of the cell to create
431 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 437 **edit**: open a file for editing.
General Comments 0
You need to be logged in to leave comments. Login now