Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2024 10:41 PM
@shanebo425
You can add your widgets to the code, ex:
dbutils.widgets.text("test", "")
dbutils.widgets.get("test")Remember that the cell with widget needs to be run in order for widgets to be actually visible in a notebook.