Diego Medina
Diego Medina
### Bug description ``` import pandas as pd df = pd.DataFrame([[1]], columns=['a']) df['a'].map('{0:+.2f}'.format).astype(str) # pylint: disable=consider-using-f-string ``` ### Configuration _No response_ ### Command used ```shell pylint a.py ``` ### Pylint...
After sorting and ipysheet by clicking on the column name, the row headers should also be re-ordered.
Pretty much what the issue tittle says. For example use the below (e.g. in Jupyter Notebook): ``` import pandas as pd import dtale df = pd.DataFrame({'a': ['yes', 'no', 'no', 'maybe'],...
## Description When re ordering the children of a Tab widget (i.e. the tabs) any internal ipywidget is hidden. This behaviour does not happen in e.g. Jupyter Notebook. ## Reproduce...
We are currently able to modify the background colour of individual cells. Please would it be possible to have an option to control the table's header and index colour as...
The latest version of voila==0.5.6 (jupyter-client==8.6.2, jupyter-server==2.14.0) and ipysheet==0.7.0 seem to ignore the theme of the notebook. For example if I select the theme to be dark, the background of...