utils
Utility functions for YAML processing, symbol handling, and image insertion.
This module provides helper functions for working with configuration files, SymPy symbol manipulation, and Markdown image display in Jupyter notebooks.
Functions
| Name | Description |
|---|---|
load_data |
Load and merge YAML configuration files with hierarchical priority. |
escape_name |
Transform symbol name by applying character substitutions. |
escape_var |
Create and inject SymPy symbols into global namespace with escaped names. |
insert_images |
Insert Markdown image links for all images in a directory tree. |
dict_to_eq |
Convert a dictionary to SymPy Eq object(s). |
eq_to_dict |
Convert SymPy Eq object(s) to dictionary. |