Skip to content
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

fix: make great tables optional dependency in code #30

Merged
merged 5 commits into from
Nov 24, 2024
Merged

Conversation

machow
Copy link
Owner

@machow machow commented Nov 24, 2024

Addresses #29. Currently, reactable has experimental functionality for rendering a Great Tables object. This PR cleans up the code so that Great Tables is an optional dependency. This means the same functionality exists, but Great Tables is only needed if you are trying to render a Great Tables object.

Tested by uninstalling great-tables, and then running

# succeeds
from reactable import Reactable

# fails
from great_tables import GT

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