fix(notebooks): suppress Pylance noise in example notebooks

- Add file-level pyright directive (reportArgumentType, reportAttributeAccessIssue,
  reportPrivateImportUsage, etc.) to all code cells
- Add import sentinels for Callable/Tuple/ParameterGrid/Axes3D
- Convert LaTeX label strings to raw strings (fix unsupported \m, \i escapes)
- 14_mckean_vlasov: 2 errors -> 0
- 05_performance_benchmarks: 6 errors -> 0
- mean_field_games_tutorial: 10 errors -> 0
This commit is contained in:
ThotDjehuty
2026-05-16 22:35:20 +02:00
parent ccf55d8757
commit 8caf0488d9
3 changed files with 1005 additions and 388 deletions
File diff suppressed because one or more lines are too long