repr
repr copied to clipboard
String and byte representations for all kinds of R objects
I noticed `repr_geojson` can be quite slow with larger datasets. I think that's because `repr_geojson` is rendering the entire object as geojson [here](https://github.com/IRkernel/repr/blob/f6e1b96ad4fa665803bde60509da18aeedaa5706/R/repr_spatial.r#L13). Would it be possible to subset the...
Hello, I'm using R in my jupyter notebook, which works like a charm except for using the function scale(x) which gives me the following failure ``` ERROR while rich displaying...
A replication from github.com/ropensci/plotly/issues/1763 where the issue could not be addressed directly. When using R Plotly in a Jupyter Notebook, the interactive widgets will not appear in the output when...
https://twitter.com/hadleywickham/status/712277632428015616 > it looks like you generated the plots with the default 72 dpi, for complicated reasons res = 96 looks much better for ggplot2 We are using 120 dpi...
ggvis
First, thanks for working on this, its really nice. I notice that ggvis output is not displayed, e.g., ``` library(ggvis) mtcars %>% ggvis(~mpg, ~wt) %>% layer_points() ``` doesn't produce anything....
First of all, I've just installed yesterday the new OS from Apple `El Capitan` - I mention this in case there is some specific issue related to it. Alo, this...
E.g. ```r repr_html.html
one example would be plotly. the following is vastly faster than rendering an htmlwidget ```r ggplotly
**Note**: This issue was [originally filed with Jupyter nbconvert](https://github.com/jupyter/nbconvert/issues/806), but it was determined to actually be relevant to this project, hence why it is now being filed here. **Example:** Given...
`print.tbl_df()` is optimized for "informative" output and currently we don't use it but coerce to an old fashioned data.frame in https://github.com/IRkernel/repr/blob/master/R/repr_matrix_df.r#L222 I like that we make the normal `data.frame` output...