Francois Dion

Results 26 comments of Francois Dion

@jaclynsaunders Can confirm it doesn't work with VcXsrv, even with proper firewall permissions etc. Will try a different X server when I get a chance.

Your base environment probably has some other incompatible software. @Miladiouss verify you can install by creating an environment: ``` conda create -n pandasgui python=3.8 pip -y conda activate pandasgui pip...

I think @Miladiouss that you are missing some `headers` or missing `build-essential` ubuntu package or something similar. if you pip install pandas instead of pandasgui, does it complete the install?...

Found the issue on a fresh base install of Ubuntu 20.10, @Miladiouss and the solution was: ``` sudo apt install build-essential ``` This will populate /usr/include/linux with headers, amongst other...

The `auto` doesn't detect if you have `webgl` support or not. It just automatically sets it above 1000 points. So, on corporate laptops that are locked down, or inside virtual...

@adamerose need to know when you think things will settle down on the major refactoring so I can address the automated title/render mode if it is still a regression. I'd...

One way to handle **all** plotly settings would be to allow a kwarg dict to show/pandasgui: pass them all the way to jotly if they come from the initial call....

Just had to remove `apply_sort` from settings and rename `apply_mean` to aggregation and pass 'none' instead of False, and it started up. Some feedback: - drag and drop to plot...

In case you are wondering, number 1 hurdle at this time is: - Implement ColumnNameList for args that accept a list of column names

Hey that's great. Let me look at this, I'll let you know.