mirror of
https://github.com/wassname/baukit.git
synced 2026-06-27 16:14:33 +08:00
Update README.md
This commit is contained in:
@@ -44,6 +44,8 @@ from baukit import show
|
|||||||
show([[show.style(color=c), c] for c in ['red', 'green', 'blue']])
|
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`,
|
`show` works with a set of `Widget` subclasses such as, `Textbox`,
|
||||||
`Numberbox`, `Range`, `Menu`, `PlotWidget`, `PaintWidget` that provide
|
`Numberbox`, `Range`, `Menu`, `PlotWidget`, `PaintWidget` that provide
|
||||||
data-bound reactive objects for quickly making interactive
|
data-bound reactive objects for quickly making interactive
|
||||||
|
|||||||
Reference in New Issue
Block a user