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
From @andrzejnovak: I have a file foo.py that has a coffea processor object bar(), will dask work if in the casa notebook I run from foo import bar; out = run_uproot_job(..., dask_executor, bar(), ...)