-
Notifications
You must be signed in to change notification settings - Fork 298
Open
Description
Hi, I am working with an R runtime on Google Colab, and I am trying display DT::datatable the way it works in a Jupyter notebook. My code executes without an error, and even though the execution pushes the next cell to make space for the table, there is no table display. I am unsure if it's an issue with Google Colab, IRkernel, DT::datable, or a combination.
The code below works in a Jupyter notebook but not on Google Colab.
library(DT)
DT::datatable(iris, options = list(pageLength = 5))
Any suggestions would be helpful. Thanks!
- I followed the official installation instructions
- I reproduced the error with the newest versions of
IRkernel,IRdisplay, andrepr - I included a minimal reproducible example
- This the right repository: I think the issue is with IRkernel, not
IRkernel/repr or a third party repository
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels