Is your feature request related to a problem? Please describe.
users should be able to toggle suppression on/off during a session as they can in python and R
Describe the solution you'd like
Add setter functions enable_suppression() and disable_supression()
Describe alternatives you've considered
-could do directly in reticulate but this is messy and creates another unwanted way to access private attributes
Additional context