Marc Wouts
Marc Wouts
Hi @YongcaiHuang , thanks for the suggestion. Can you elaborate what you mean by the cell range selection? Note that right now you can select a subset of the rows...
I see what you mean! Well you can activate cell selection with e.g. ``` select={ "style": "os", "items": "cell" } ``` but then, unlike for row selection, that's not taken...
Thanks for reporting the issues with the Jupyter themes - I will have a look when times permit.
For the themes, could you try this? ``` from IPython.display import display, HTML display(HTML("document.documentElement.classList.add('dark');")) ``` For the columns x row selection, you can use the [column visibility](https://mwouts.github.io/itables/extensions.html#column-visibility) button, combined with...
Hi @jab , thank you for your kind comments! > Would it make sense to not include the exact x.y.z version, but rather perhaps only the major version (in semver...
Hey @Norlandz , thank you for following up on this. Actually the connected mode has a simpler implementation, would you mind trying connected=True in init_notebook_mode? Please let us know if...
Hey @Norlandz , yes I do understand that you have a preference for `connected=False` on the long term (me too, and that's why I made it the default). Still, if...
Hey @JosuaCarl , @Norlandz , would you mind giving a try at this development version, and let me know whether it solves the loading issue in VS Code? ``` pip...
> seems like the custom css itables.options.css = doesnt work in dev version? Oh I see, this should be restored now (on the same branch, please re-do the `pip install...
Thank you @Norlandz for pointing this out. It might be that the scripts in the VS Code cells are not always executed in order. I will see what I can...