diff --git a/solara/server/patch.py b/solara/server/patch.py index cc92fd5e7..3b1f361a3 100644 --- a/solara/server/patch.py +++ b/solara/server/patch.py @@ -69,6 +69,10 @@ def magic(self, *args): # proplot requires this pass + def set_custom_exc(self, exc_tuple, handler): + # make dask work + pass + def kernel_instance_dispatch(cls, *args, **kwargs): context = app.get_current_context()