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!
Hi, I am working with an R runtime on Google Colab, and I am trying
display DT::datatablethe 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.
Any suggestions would be helpful. Thanks!
IRkernel,IRdisplay, andreprIRkernel/repr or a third party repository