Carson Sievert
Carson Sievert
```r line1 % layout(shapes = line2) ```
### Description I was surprised to find that v0.9 dropped support for two-way Jupyter bindings (i.e., ipywidgets) entirely (see https://github.com/visgl/deck.gl/pull/8854). There was also no mention of this at all in...
``` r subplot(plot_ly(z = ~volcano), plot_ly(z = ~volcano, type = "surface")) ```
This PR makes it so that, when printed as an HTML table, `{gt}` will derive CSS defaults from any currently active `{bslib}` theme (via `bs_current_theme()`), for example: ```r library(shiny) library(bslib)...