I am using ipywidgets
to create text boxes as described in the documentation. That works fine, but I want to create text boxes which show just dots/stars/whatever when an user gives some input, like for a password input box.
Is that possible to do with ipywidgets
, and if so, how? The documentation is a bit scarce I would say...