JHM Darbyshire
JHM Darbyshire
The docs were correct at one point when the default was, in fact, set to True. But this was regressed without amending the docs due to dependency problems and speed...
Thanks @99991, this is also a really good example I think would be worth including in the docs.
> I thought so, too. I read the docs now and apparently almost the same example can be found further down the page. Maybe it is possible to link from...
I had the same issue and got the warnings to go away with the following: ``` $.event.special.touchstart = { setup: function (_, ns, handle) { if (ns.includes('noPreventDefault')) { this.addEventListener('touchstart', handle,...
possibly links to #647 : see my solution there
or just use `styler.applymap_index` which is one of the PRs that addressed part of these issues
PRs are welcome. It is always encouraged to support a software that is free and is built by unpaid volunteers.
For @rhshadrach here is a list of the DataFrame.to_latex arguments and their corresponding treatment with Styler: - `columns`: parsed to `Styler.hide` to select which columns to render. Styler version also...
For @mroeschke, I think 3 things need documenting. - [x] that `jinja2` is a requirement for this - [x] that `_repr_latex_` does behave differently in jupyetr notebooks - [x] that...
> Just noting that during yesterday's dev call that we decided that this PR isn't necessarily a blocker for releasing 2.0 i.e. this FutureWarning will persist until 3.0 if not...