In python3, `lambda` can not use `print`. More here https://stackoverflow.com/questions/2970858/why-doesnt-print-work-in-a-lambda https://github.com/BhallaLab/moose-gui/blob/a82842f68314d80679eeef7a9691ce2ebb566bc5/sidebar.py#L93
In python3,
lambdacan not useprint. More here https://stackoverflow.com/questions/2970858/why-doesnt-print-work-in-a-lambdamoose-gui/sidebar.py
Line 93 in a82842f