-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Milestone
Description
In python3, lambda can not use print. More here https://stackoverflow.com/questions/2970858/why-doesnt-print-work-in-a-lambda
Line 93 in a82842f
| , callback = (lambda event: print("Delete Graph Clicked!")) |