##// END OF EJS Templates
Wording change as suggested by @minrk
Thomas Kluyver -
Show More
@@ -118,11 +118,11 b' JSON serialised dictionary containing the following keys and values:'
118 identify alternative kernels that can run some code.
118 identify alternative kernels that can run some code.
119 - **codemirror_mode** (optional): The `codemirror mode <http://codemirror.net/mode/index.html>`_
119 - **codemirror_mode** (optional): The `codemirror mode <http://codemirror.net/mode/index.html>`_
120 to use for code in this language. This can be a string or a dictionary, as
120 to use for code in this language. This can be a string or a dictionary, as
121 passed to codemirror config. The string from *language* will be used if this is
121 passed to codemirror config. This only needs to be specified if it does not
122 not provided.
122 match the value in *language*.
123 - **pygments_lexer** (optional): The name of a `Pygments lexer <http://pygments.org/docs/lexers/>`_
123 - **pygments_lexer** (optional): The name of a `Pygments lexer <http://pygments.org/docs/lexers/>`_
124 to use for code in this language, as a string. The value of *language* will be
124 to use for code in this language, as a string. This only needs to be specified
125 used if this is not provided.
125 if it does not match the value in *language*.
126 - **env** (optional): A dictionary of environment variables to set for the kernel.
126 - **env** (optional): A dictionary of environment variables to set for the kernel.
127 These will be added to the current environment variables before the kernel is
127 These will be added to the current environment variables before the kernel is
128 started.
128 started.
General Comments 0
You need to be logged in to leave comments. Login now