From e14a18a6ad6cf9e0d6a5dc7a97e671e393c01682 Mon Sep 17 00:00:00 2001 From: David Bau Date: Tue, 25 Apr 2023 23:00:53 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2ccbacd..01998dc 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ from baukit import show show([[show.style(color=c), c] for c in ['red', 'green', 'blue']]) ``` +There is a [notebook here](https://github.com/davidbau/baukit/blob/main/notebooks/using_show_and_widgets.ipynb) that shows off ways to use `show()`. + `show` works with a set of `Widget` subclasses such as, `Textbox`, `Numberbox`, `Range`, `Menu`, `PlotWidget`, `PaintWidget` that provide data-bound reactive objects for quickly making interactive