25c7539c21
- Fixed Python bindings build with maturin (replaces cargo build) - Updated MFG tutorial notebook to use actual Rust solver (solve_mfg_1d_rust) - Added graceful handling of Python numerical instability - All visualization cells working with beautiful 3D plots - Rust solver demonstrates stable computation (0.4s for 100×100 grid) - Tutorial showcases Rust advantages: no NaN, robust numerics, parallel execution Tested full workflow: maturin build → notebook execution → all cells pass