You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently lots of things happen together in setup_book(), including copying over parameters related to jupyter book creation from config.yml to separate files. This creates confusion if you later run nbscuid-build config.yml having changed some parameters, because the files were already created when you ran nbscuid-run and will not carry over.
The text was updated successfully, but these errors were encountered:
https://github.com/NCAR/CUPiD/blob/main/nbscuid/util.py#L114C1-L168
Currently lots of things happen together in
setup_book()
, including copying over parameters related to jupyter book creation from config.yml to separate files. This creates confusion if you later run nbscuid-build config.yml having changed some parameters, because the files were already created when you ran nbscuid-run and will not carry over.The text was updated successfully, but these errors were encountered: