### Description Is there a way to get masked input data entry from the user of the notebook equivalent to the Python kernal getpass capability? import getpass password = getpass.getpass() ### Known workarounds
Description
Is there a way to get masked input data entry from the user of the notebook equivalent to the Python kernal getpass capability?
import getpass
password = getpass.getpass()
Known workarounds