{"id":15195404,"url":"https://github.com/lsternlicht/ipywidgets_gallery","last_synced_at":"2026-03-05T02:03:35.348Z","repository":{"id":151882014,"uuid":"624987243","full_name":"lsternlicht/ipywidgets_gallery","owner":"lsternlicht","description":"IPyWidgets Gallery is a library of interactive widgets for Jupyter notebooks. It provides a collection of classes that can be used to create widgets with custom output and global variable assignments.","archived":false,"fork":false,"pushed_at":"2023-04-07T20:51:52.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-14T14:48:03.218Z","etag":null,"topics":["interactive","ipython-notebook","ipython-widget","ipywidget","ipywidgets","jupyter","jupyterlab","jupyterlab-extension","python","widgets"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lsternlicht.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-07T19:07:53.000Z","updated_at":"2023-04-07T19:21:10.000Z","dependencies_parsed_at":"2023-05-13T12:15:29.910Z","dependency_job_id":null,"html_url":"https://github.com/lsternlicht/ipywidgets_gallery","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lsternlicht/ipywidgets_gallery","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsternlicht%2Fipywidgets_gallery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsternlicht%2Fipywidgets_gallery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsternlicht%2Fipywidgets_gallery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsternlicht%2Fipywidgets_gallery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lsternlicht","download_url":"https://codeload.github.com/lsternlicht/ipywidgets_gallery/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsternlicht%2Fipywidgets_gallery/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30106158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T01:39:18.192Z","status":"online","status_checked_at":"2026-03-05T02:00:06.710Z","response_time":93,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["interactive","ipython-notebook","ipython-widget","ipywidget","ipywidgets","jupyter","jupyterlab","jupyterlab-extension","python","widgets"],"created_at":"2024-09-27T23:23:08.960Z","updated_at":"2026-03-05T02:03:35.334Z","avatar_url":"https://github.com/lsternlicht.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IPyWidgets Gallery\n\nIPyWidgets Gallery is a library of interactive widgets for Jupyter notebooks.\nIt provides a collection of classes that can be used to create widgets with\ncustom output and easy value access.\n\n## Installation\n\nYou can install IPyWidgets Gallery using pip:\n    \n```bash\n    pip install ipywidgets-gallery\n```\n\nIPyWidgets Gallery depends on the ipywidgets package, which must also be\ninstalled:\n    \n    \n```bash\n    pip install ipywidgets\n```\n    \n\n## Usage\n\nTo use IPyWidgets Gallery in your Jupyter notebooks, you can import the classes\nyou need and create instances of them. For example, to create a dropdown\nwidget that displays the selected option and sets a `.value attribute`, you can\nuse the `DropdownWithOutput` class:\n\n    \n![image](https://user-images.githubusercontent.com/128432/230677073-6aad7da5-7fbe-47a5-a087-93b7eb4690ea.png)\n\n```python\n    from ipywidgets_gallery import DropdownWithOutput\n    options = ['option 1', 'option 2', 'option 3']\n    dropdown = ipywidgets_gallery.DropdownWithOutput(options, default='option 1')\n    dropdown.value      # 'option 1'\n```\n\nThis will display a dropdown widget with the specified label and options, and\nan output widget that displays the specified message (formatted with the\nselected option) when an option is selected. The `.value` attribute of the widget will be set to the selected option when an option is selected.\n\nIPyWidgets Gallery provides a variety of other classes for creating widgets\nwith different types of output and easy value access. \n\n\n\n## Available widgets\n\n* `CheckboxWithOutput`\n* `ColorPickerWithOutput`\n* `DatePickerWithOutput`\n* `DropdownWithOutput`\n* `FilePickerWithOutput`\n* `IntSliderWithOutput`\n* `RadioButtonsWithOutput`\n* `RangeSliderWithOutput`\n* `SelectMultipleWithOutput`\n* `TextAreaWithOutput`\n* `ToggleButtonWithOutput`\n* `ToggleButtonGroupWithOutput`\n\n\n## License\n\nIPyWidgets Gallery is released under the MIT License. See the\n[LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsternlicht%2Fipywidgets_gallery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flsternlicht%2Fipywidgets_gallery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsternlicht%2Fipywidgets_gallery/lists"}