jupyter_analysis_tools.widgets.showBoolStatus

jupyter_analysis_tools.widgets.showBoolStatus(value, description, invertcolor=False)[source]

Pretty prints the status of a boolean variable value along with the provided description in a green color for True and in a red color for False values. invertcolor allows to flip the color assignment.