Skip to content

Convert Jupyter notebooks to Python scripts#1

Open
comphy-bot wants to merge 1 commit intomainfrom
ipynb-to-py
Open

Convert Jupyter notebooks to Python scripts#1
comphy-bot wants to merge 1 commit intomainfrom
ipynb-to-py

Conversation

@comphy-bot
Copy link
Member

Summary

Converts all .ipynb notebooks in the repo to standalone .py scripts.

Changes

  • InitialCondition.ipynbInitialCondition.py

Conversion notes

  • All code cells preserved as-is
  • Markdown cells converted to comments
  • Added shebang + module docstring
  • No logic changes — pure format conversion

Why

Python scripts are easier to run without Jupyter, version-control cleanly, and integrate into CI pipelines.

Auto-converted from Jupyter notebook to standalone Python script.
- Preserved all code cells and markdown as comments
- Removed IPython magic commands (marked with comments)
- Added shebang and module docstring
- No logic changes — pure format conversion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant