Replies: 1 comment
-
|
Colab is a proprietary product, best bet is to ask google to support it: cytoscape/ipycytoscape#148 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
No output at all with something like
`
from google.colab import output
output.enable_custom_widget_manager()
from perspective import PerspectiveWidget, Table
PerspectiveWidget(df.collect().to_pandas(), group_by=["type","arrivalDate"])
`
Beta Was this translation helpful? Give feedback.
All reactions