For some reason, I had envs in which pandas was not present when I was trying to run notebooks. Perhaps because NERSC upgraded the python version for its default python module and I had not yet install desc-prod or des-gen3-prod there.
To get my past my original problem, I added pandas dependency in setup.cfg and modified desc/local/local.py to build this package with dependencies.
For some reason, I had envs in which pandas was not present when I was trying to run notebooks. Perhaps because NERSC upgraded the python version for its default python module and I had not yet install desc-prod or des-gen3-prod there.
To get my past my original problem, I added pandas dependency in setup.cfg and modified desc/local/local.py to build this package with dependencies.