Commit Graph

10 Commits

Author SHA1 Message Date
3cb05d3210 Update Python version in Jupyter notebooks to 3.13.9 across multiple files 2025-12-13 23:38:27 +01:00
d5a6bfd339 Refactor code for improved readability and consistency across multiple Jupyter notebooks
- Added missing commas in various print statements and function calls for better syntax.
- Reformatted code to enhance clarity, including breaking long lines and aligning parameters.
- Updated function signatures to use float type for sigma parameters instead of int for better precision.
- Cleaned up comments and documentation strings for clarity and consistency.
- Ensured consistent formatting in plotting functions and data handling.
2025-12-13 23:38:17 +01:00
8400c722a5 Refactor code formatting and improve readability in Jupyter notebooks for TP_4 and TP_5
- Adjusted indentation and line breaks for better clarity in function definitions and import statements.
- Standardized string quotes for consistency across the codebase.
- Enhanced readability of DataFrame creation and manipulation by breaking long lines into multiple lines.
- Cleaned up print statements and comments for improved understanding.
- Ensured consistent use of whitespace around operators and after commas.
2025-11-25 10:46:16 +01:00
d8b535418c Implement structural updates and optimizations across multiple modules 2025-10-14 10:45:57 +02:00
7cc7df0376 Implement feature X to enhance user experience and fix bug Y in module Z 2025-10-13 18:10:19 +02:00
963948f19f Ajout du fichier Course1.xlsm et mise à jour de l'exécution des cellules dans le notebook TP_2 pour corriger le compteur d'exécution. 2025-10-13 17:40:54 +02:00
185de1142d Refactor code in Jupyter notebooks for clarity and consistency
- Set execution_count to null for specific code cells in 2025_TP_1_M2_ISF.ipynb to reset execution state.
- Replace output display of DataFrames with print statements in 2025_TP_1_M2_ISF.ipynb for better visibility during execution.
- Clean up import statements in 2025_TP_2_M2_ISF.ipynb by adding noqa comments for better linting and readability.
2025-10-08 10:24:51 +02:00
b6cfa3349e Implement code changes to enhance functionality and improve performance 2025-10-08 10:22:05 +02:00
c925c8a5c0 Correction de la mise en forme et mise à jour de la version de Python dans le notebook TP_2_M2_ISF.ipynb 2025-10-02 08:26:49 +02:00
f3d7c2fc09 Checkpoint from VS Code for coding agent session 2025-09-29 17:34:06 +02:00