pub fn read_source(path: &Utf8Path) -> Option<String>Expand description
Read a module’s source. For .ipynb, extract and concatenate code cells into
one Python source (line numbers are relative to that concatenation — a
documented v1 simplification). Jupyter magics/shell-escapes are skipped.