From 7cc589b59dacd598c09ddee5b360db6da1bf94c4 Mon Sep 17 00:00:00 2001 From: David Bau Date: Sat, 2 Apr 2022 18:18:36 -0400 Subject: [PATCH] More readme. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a57c85c..abac045 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,12 @@ with Trace(net, 'layer.name') as ret: ## Widget library -`show` is a vastly improved alternative to Jupyter notebook `display`; +`show` is a feature-rich alternative to Jupyter notebook `display`; it allows for quickly producing HTML layouts by arranging data and -images in nested python arrays. And HTML elements, attributes, and -CSS styles can be controlled with functions like `show.style(color='red')`. +images in nested python arrays, and it knows how to directly display +PIL images, matplotlib figure objects, and interactive widgets. +HTML elements, attributes, and CSS styles can be controlled with +functions like `show.style(color='red')`. ``` from baukit import show