IRdisplay
IRdisplay copied to clipboard
Jupyter display machinery for R
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...
This is my code in R ```r trend1
``` 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...