Francis Ho
06/03/2022, 3:54 PMallow-errors
equivalent of jupyter-nbconvert (https://nbconvert.readthedocs.io/en/latest/config_options.html)Kevin Kho
06/03/2022, 4:00 PMpm.execute_notebook(..., allow_errors=True)
but we have stuff hardcoded without kwargs. You can copy this code and edit it to support your use caseFrancis Ho
06/03/2022, 4:04 PM