Will Dampier
Will Dampier
I'm trying to get Bonito to work on my machine but I'm having version issues. Is there a build for CUDA 11.4? Or instructions to build the library for different...
The demo website at http://hci.stanford.edu/~cagatay/data2vis/#modifyviz is down. It only provides an "Error Reaching Model Server error.Might have to try again later."
- [x] Add / update documentation - [x] Add tests This PR addresses issue #828. It adds a `tljh_extra_user_conda_channels` hook to allow plugin developers to change the conda channels during...
### Proposed change Enable the definition of custom conda channels in the `tljh_extra_user_conda_packages` plugin hook. I often need to install conda packages from the `bioconda`, `fastai`, or local channels. There...
Sometime between `polars` v0.18 and v0.19 the `comment_char` keyword argument to `pl.read_csv` was depreciated in favor of `comment_prefix`. This PR replaces the two instances of `comment_char` and should resolve [Issue...