diff --git a/backend/src/apiserver/visualization/exporter.py b/backend/src/apiserver/visualization/exporter.py index 238a5c2ba65..19f02b6efef 100644 --- a/backend/src/apiserver/visualization/exporter.py +++ b/backend/src/apiserver/visualization/exporter.py @@ -85,7 +85,8 @@ def __init__( self.km.start_kernel() self.ep = ExecutePreprocessor( timeout=self.timeout, - kernel_name='python3' + kernel_name='python3', + allow_errors=True ) @staticmethod