WFP-VAM / anticipatory-action

0 stars 1 forks source link

Replace notebooks with Jupytext files #6

Closed AmineBarkaoui closed 9 months ago

AmineBarkaoui commented 9 months ago

Hi @paololucchino, this is a PR related to issue #3 and that aims to replace all notebooks by .py jupytext files. It works well for me, and the way to proceed has been documented in the README. I also deleted the operational_nb.py file as it is now useless with the inspect-operational-steps.py script. The only remaining notebooks are the validation ones. I think we can keep them as .ipynb files in order to be able to come back to them and visualize the plots using the github link at any time as they are not meant to be rerun. Let me know what you think! Thanks