Maciej Rapacz
Maciej Rapacz
I've just tried running pipreqs for my project. It seemed to work fine until the project's CI crashed telling me: ``` ERROR: ERROR: No matching distribution found for secrets==1.0.2 ```...
- [x] I have searched open and closed issues for duplicates - [x] I am submitting a bug report for existing functionality that does not work as intended - [x]...
This addresses #3755 ## Resolution This PR fixes the issue by defining dummy `FloatSlider` and `IntSlider` classes which do not raise exceptions when instantiated. This allows the patched `@interact` to...
I'm running the latest seaborn (0.13.2) on Mac OS 14.2.1 (x86_64), Python 3.12.4. ## The issue When a user attempts to use widgets from widgets.py module without having ipywidgets installed,...
## Prework - [X] Read and agree to the [code of conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/) and [contributing guidelines](https://github.com/posit-dev/great_tables/blob/main/.github/CONTRIBUTING.md). - [X] If there is [already a relevant issue](https://github.com/posit-dev/great_tables/issues), whether open or closed, comment on...