-
Notifications
You must be signed in to change notification settings - Fork 0
Plotting examples #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Adjust dependency structure. Add a custom plotting example (notebook). Update the README.
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds Jupyter notebook plotting examples to the repository and addresses issue #5. The changes include dependency reorganization, documentation improvements, and infrastructure updates to support interactive examples.
Key Changes:
- Introduces optional dependencies group for examples (jupyter, ipywidgets, tqdm)
- Moves tqdm from dev dependencies to examples optional dependencies
- Updates documentation with improved installation instructions and usage examples
- Adds Jupyter notebook checkpoint exclusions to .gitignore
Reviewed changes
Copilot reviewed 3 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pyproject.toml | Version bump to 0.2.2, adds optional dependencies for examples, reorganizes tqdm placement |
| README.md | Enhanced documentation with clearer installation steps, usage examples, and updated visualization showcases |
| examples/README.md | Adds reference to new jupyter directory with plotting customization examples |
| .gitignore | Adds Jupyter notebook checkpoint exclusions |
| uv.lock | Updates dependency lock file with jupyter ecosystem packages and their transitive dependencies |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Plotting examples and close #5
Plotting examples and close #5
Plotting examples and close #5
Close #5