NCAR / CUPiD

CUPiD is a “one stop shop” that enables and integrates timeseries file generation, data standardization, diagnostics, and metrics from all CESM components.
https://ncar.github.io/CUPiD/
Apache License 2.0
21 stars 19 forks source link

Users sometimes report that (cupid-dev) can not find (cupid-analysis) #102

Closed mnlevy1981 closed 35 minutes ago

mnlevy1981 commented 4 weeks ago

At least two users have run into an issue where running

(cupid-dev) $ cupid-run

Raises the error

Environment cupid-analysis specified for adf_quick_run.ipynb could not be found

(for every notebook, not just adf_quick_run.ipynb). The fix seems to be to run the following

$ conda activate cupid-analysis
(cupid-analysis) $ python -m ipykernel install --user --name=cupid-analysis

We should add that to the documentation somewhere

TeaganKing commented 20 hours ago

FYI Isla also just ran into this error and the fix listed above worked.