symforce.notebook_util module¶
Helpers for interactive use in a Jupyter notebook with an IPython kernel.
- display(*args)[source]¶
Display the given expressions in latex, or print if not an expression.
- Parameters:
args (
Any
) –- Return type:
None
- display_code(code, language)[source]¶
Display code with syntax highlighting.
- Parameters:
code (str) – Source code
language (str) – {python, c++, anything supported by pygments}
- Return type:
None