##// END OF EJS Templates
add user-expressions/variables changes to message spec
MinRK -
Show More
@@ -171,8 +171,9 b' Message type: ``execute_request``::'
171 171 # is forced to be False.
172 172 'store_history' : bool,
173 173
174 # A list of variable names from the user's namespace to be retrieved. What
175 # returns is a JSON string of the variable's repr(), not a python object.
174 # A list of variable names from the user's namespace to be retrieved.
175 # What returns is a rich representation of each variable (dict keyed by name).
176 # See the display_data content for the structure of the representation data.
176 177 'user_variables' : list,
177 178
178 179 # Similarly, a dict mapping names to expressions to be evaluated in the
General Comments 0
You need to be logged in to leave comments. Login now