IRdisplay icon indicating copy to clipboard operation
IRdisplay copied to clipboard

Jupyter display machinery for R

Results 6 IRdisplay issues
Sort by recently updated
recently updated
newest added

This StackOverflow question: https://stackoverflow.com/q/72698223 illustrates what looks like a bug in the display of graphics. This script: ```r temp

I am trying to display pdf in the Google Colaboratory environment. When I ran: library(IRdisplay) display_pdf(file='test.pdf') The R notebook returned nothing. I had correct pdf format file in the file...

Hi, I am using IRdisplay in chrome on a jupyter notebook with conda, and it does not show any output or result in any error. The lm* are linear regression...

``` r #devtools::install_github("renkun-ken/formattable") library(formattable) df

**[edit]** Currently, without a change in the frontend, the best we can do is simple send the complete metadata to the frontend in the normal display data: If we manage...