From 1b6cbffd2ae527354d8b90e17740f823291a8dca Mon Sep 17 00:00:00 2001 From: Matthew Seal Date: Tue, 7 Jan 2020 14:11:42 -0800 Subject: [PATCH] Added additional entries for namspaces in cell metadata docs --- docs/format_description.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/format_description.rst b/docs/format_description.rst index 66711cb7..b002f179 100644 --- a/docs/format_description.rst +++ b/docs/format_description.rst @@ -397,6 +397,8 @@ editable bool If False, prevent editing of the cell (by definition format 'mime/type' The mime-type of a :ref:`Raw NBConvert Cell ` name str A name for the cell. Should be unique across the notebook. Uniqueness must be verified outside of the json schema. tags list of str A list of string tags on the cell. Commas are not allowed in a tag +jupyter dict A namespace holding jupyter specific fields. See docs below for more details +execution dict A namespace holding execution specific fields. See docs below for more details =========== =============== ============== The following metadata keys are defined at the cell level within the `jupyter` namespace