You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I stumble upon possible issue, I am trying to limit the printed output to the jupyter notebook and if I understand correctly, it can be solved using stdout in Validator, like this molvs.validate.Validator(stdout=False, raw=False, log_format='%(validation)s')
But I still got the explicit print out to Jupyter notebook with all found validations, I would like to block them all.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello!
I stumble upon possible issue, I am trying to limit the printed output to the jupyter notebook and if I understand correctly, it can be solved using stdout in Validator, like this
molvs.validate.Validator(stdout=False, raw=False, log_format='%(validation)s')
But I still got the explicit print out to Jupyter notebook with all found validations, I would like to block them all.
Thanks!
The text was updated successfully, but these errors were encountered: