Sending a large query to the backend from my client in a jupyter notebook takes 14 minutes. (spec with 360 samples)
I have a reproducible Jupyter notebook setup in this repo
When executing deliver(), the ServiceX progress bar for each sample is added one by one to the JupyterCell output - This is extremely long.
When the final progress bar for the last sample is prompted on the cell output the transformations start on the backend and become visible in the ServieX AF dashboard.
Sending a large query to the backend from my client in a jupyter notebook takes 14 minutes. (spec with 360 samples)
I have a reproducible Jupyter notebook setup in this repo
When executing
deliver(), the ServiceX progress bar for each sample is added one by one to the JupyterCell output - This is extremely long.When the final progress bar for the last sample is prompted on the cell output the transformations start on the backend and become visible in the ServieX AF dashboard.