Skip to content

Widgets Interface #121

Description

@s2t2

Let's add some notes about using ipywidgets for user interface in colab notebooks.

Reference:

Example:

import ipywidgets as widgets

widgets.IntSlider()
from IPython.display import display
w = widgets.IntSlider()
display(w)

print(w.value)

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