awkward icon indicating copy to clipboard operation
awkward copied to clipboard

User guide: RDataFrame notebook does not finish

Open ianna opened this issue 3 months ago • 3 comments

Version of Awkward Array

2.8.9

Description and code to reproduce

It looks like it started happening recently.

ianna avatar Sep 21 '25 18:09 ianna

Seems like the issue is due to the upgrade from ROOT 6.34 to 6.36.

It might be something similar to https://github.com/scikit-hep/uproot5/pull/1463. I can look into it.

ariostas avatar Sep 23 '25 19:09 ariostas

I looked a bit into it and it's pretty weird because it only hangs when generating the documentation. If you use it interactively or in a script it works just fine. I'm not sure if it's an issue with ROOT or with MyST-NB.

ariostas avatar Sep 24 '25 14:09 ariostas

I looked a bit into it and it's pretty weird because it only hangs when generating the documentation. If you use it interactively or in a script it works just fine. I'm not sure if it's an issue with ROOT or with MyST-NB.

@ariostas - Thanks for looking into it! I think it’s a conflict with cppyy standalone installation. Perhaps, we ought to disable the notebook execution for RDataFrame.

ianna avatar Sep 24 '25 14:09 ianna