GridGallery
Introduction
Function signature
GridGallery(
columns_number,
annotations_opacity=0.5,
show_opacity_slider=True,
enable_zoom=False,
esize_on_zoom=False,
sync_views=False,
fill_rectangle=True,
border_width=3,
widget_id=None,
)
Parameters
Parameters
Type
Description
columns_number

annotations_opacity

show_opacity_slider

enable_zoom

resize_on_zoom
sync_views

fill_rectangle


border_width

empty_message
widget_id
Methods and attributes
Attributes and Methods
Description
Mini App Example
Import libraries
Init API client
Get project ID and dataset ID from environment variables
Initialize GridGallery widget we will use in UI
GridGallery widget we will use in UISet data to GridGallery widget
GridGallery widgetCreate app layout
Create app using layout

Last updated