Conversation
- Use `uv` instead of `poetry` - Reorganize directory - Setup test framework, `pytest`, and create initial unit test - Use `marimo` instead of `jupyter` for interactive notebooks - Convert jupyter notebooks to `marimo` notebook format and cleanup - Update `README.md`
46a2b93 to
ee0ffd0
Compare
ee0ffd0 to
3acf9d5
Compare
Theodus
reviewed
Mar 29, 2025
Member
Theodus
left a comment
There was a problem hiding this comment.
This is great! Mostly just works on my machine, with one exception.
Member
|
Also, we should either include a uv.lock file or set it in the .gitignore |
7d2b350 to
fa1d864
Compare
- Cast amount0 to decimal before applying math functions - Remove empty marimo cells - Add uv.lock to .gitignore
fa1d864 to
543dbd2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
The Python environment for using and developing the Python client library has proven tricky for me to setup on my machine, so I've restructured the project and used a different set of tools for managing the environment and running interactive notebooks. Setup is fast and consistent on my machine now that I've moved to this new setup using
uv.Changes
uvinstead ofpoetrypytest, and create initial unit testmarimoinstead ofjupyterfor interactive notebooksjupyternotebooks tomarimonotebook format and cleanuprufffor formatting and linting (no automation or git hooks yet)altairfor chartingREADME.md