Diego Medina
Diego Medina
Any update on this?
Thanks @Pierre-Sassoulas, list comprehension is indeed about twice as fast.
@vidartf many thanks for the workaround. This seems to be printing the Traceback in red inside the Output, disregarding if the exception is later handled. Is there any way to...
This would be a great feature! I am trying to migrate from ipysheet to ipydatagrid, but my users consider this feature a must have... Are there any news maybe on...
I have noticed that the grid gets updated if you run get_grid() in one cell and then use grid_data_out['grid'] to request the grid in the next one (does not seem...
Would be nice to have an update on this. Does anyone know if it will ever be implemented?
For anyone else looking for a workaround for #249, I ended up modifying the css manually with: `display(HTML(r".handsontable th {color: white; background-color: gray;}"))` where `display` and `HTML` are both in...