I am trying to run this example from the documentation. I am getting this error below, is this some issue? Is there a specific great tables version that needs to be installed?
from reactable import Reactable, embed_css
from reactable.data import cars_93
Reactable(
cars_93.to_polars(),
default_page_size=5,
)
My requirements.txt looks like below:
reactable==0.1.0
polars==1.7.0
great_tables
I am trying to run this example from the documentation. I am getting this error below, is this some issue? Is there a specific great tables version that needs to be installed?
My requirements.txt looks like below: reactable==0.1.0 polars==1.7.0 great_tables