Matteo Bellitti

Results 12 comments of Matteo Bellitti

I would appreciate it too. I'm surprised that this project doesn't have an easy way to preview the styles that will be available to the user.

I checked the source, and it looks like the background colors "yellow" and "lightgreen" are hardcoded [here](https://github.com/pycaret/pycaret/blob/1a2c21244e484476d5a35d3308c83e1d92d68fd3/pycaret/utils/generic.py#L52) and [here](https://github.com/pycaret/pycaret/blob/1a2c21244e484476d5a35d3308c83e1d92d68fd3/pycaret/internal/pycaret_experiment/supervised_experiment.py#L305). They are set using the Styler interface of pandas (see [here](https://pandas.pydata.org/pandas-docs/stable/user_guide/style.html))....

I'll look into it. ~Are there specific style guidelines I should adhere to?~ Nevermind, I've found the contributing guidelines.

It turns out that the highlighting is done in two different ways: - using the `setup_highlight` function in `utils/generic.py` - using `highlight_max` in `supervised experiment`. The pull request I just...

Any progress on this? I would like to use torchdrug bug I cannot use a version of python earlier than 3.10 in my current project.

Is there any approach that works? I'm on Fedora 37 and having the same issues.

Thank you for responding. I still don't understand what's happening, can i do something to help?

Is there any progress on this? I tried using `docrepr` as explained [here](https://blog.jupyter.org/inspector-jupyterlab-404cce3e1df6), but the results are not very consistent (sometimes it shows a function's source rather than the rendered...

Thank you for the links. I saw someone mention writing a server extension, do you know if there's any project like that being developed?

That's ok, thank you for looking into it. On Wed, Feb 14, 2024, 12:48 Akshay Agrawal ***@***.***> wrote: > Thanks for opening this issue. We experimented with configurable panel >...