TenjintShell.user_expressions¶
-
TenjintShell.
user_expressions
(expressions)¶ Evaluate a dict of expressions in the user’s namespace.
- Parameters
expressions (dict) – A dict with string keys and string values. The expression values should be valid Python expressions, each of which will be evaluated in the user namespace.
- Returns
A dict, keyed like the input expressions dict, with the rich mime-typed
display_data of each value.