Skip to content

No display for DT::datatable in Google Colab. No error either. #720

@rohitfarmer

Description

@rohitfarmer

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions