Open jcohenadad opened 3 weeks ago
One thing, is that IPython is not in the requirements.txt, but it is install in my local env. But in any case, we should add it to the requirements.txt so GHA can properly run the notebook
Installing IPython and updating my local venv solved it. Will push the fix shortly.
pushed: af8ad9a
FWIT: The issue reappeared, even though I've been using the same VScode and environment. I think there might be a feature in jupyter and/or VScode that times how long a notebook runs, and after a while IPython becomes somehow unloaded (???).
Reopening this issue, and also opened an issue on SCT.
In the meantime, i will comment out all the calls to sct_qc
in the notebook, to avoid excessive errors. Will need to un-comment once the issue is fixed.
getting this when running notebook in debug mode via VScode:
Probably related to #134