Carson Sievert
Carson Sievert
https://github.com/r-lib/memoise/issues/24#issuecomment-252337017
The [suggested way](https://ipywidgets.readthedocs.io/en/stable/embedding.html#python-interface) of getting standalong HTML from ipywidgets doesn't appear to work: ```python import numpy as np import pandas as pd from ipysheet import from_dataframe dates = pd.date_range("20130101", periods=6)...
The R reference reads as though a data frame is required (it isn't): > A histogram trace is initialized with plot_ly or add_trace: > plot_ly(df, type="histogram"[, ...]) > add_trace(p, type="histogram"[,...
https://github.com/plotly/dash-html-components/blob/88be33e58bf4c2d63c5922fca6e9743a96f51bb4/package.json#L5 https://unpkg.com/dash-html-components
I'd be happy to get this repo setup using GitHub Actions and vdiffr for automated visual testing https://github.com/r-lib/vdiffr
The [suggested way](https://ipywidgets.readthedocs.io/en/stable/embedding.html#python-interface) of getting standalone HTML from ipywidgets doesn't appear to work: ```python import pandas as pd import numpy as np import json from ipydatagrid import DataGrid, TextRenderer, Expr...
I'm working on a new visual testing framework for the plotly R package and I'm hoping to use at svg diffs via orca (if that seems like a bad idea...
I think you could just set `hoverinfo="none"` around here: https://github.com/sctyner/geomnet/blob/master/R/geom2plotly.R#L33
https://github.com/rstudio/shinyvalidate/blob/8af7eaa093ffa1cda83d102207feebca1d3f6f03/R/validator.R#L221-L233