Tim Shawver
Tim Shawver
I may have misunderstood the question. Can you look at the sample notebook here and tell me if either of the examples there have the problem you're talking about? http://nbviewer.jupyter.org/gist/TimShawver/b4bc80d1128407c56c9a...
Hmm I'm not sure if there's a good way to do that currently. I'll try and look into it when I get a chance, and maybe can add an option...
The export button is gone in qgrid 1.0 and it's no longer possible to export a fully functional version of qgrid to static html, because in the new version of...
Not right now, sorry. Are you looking to manually set the color of a single cell? Or would you want the color to change automatically based on a condition, like...
Hmm did enabling the `qgrid` and `ipywidgets` nbextensions succeed? ``` jupyter nbextension enable --py --sys-prefix qgrid jupyter nbextension enable --py --sys-prefix widgetsnbextension ``` You can check on the status of...