First, Neural Forecast.ipynb was written separately, and then Ploomber's Soorgeon automatically generated everything else using
soorgeon refactor .\Neural Forecast.ipynb
This is the last text added to the defaultly generated README made by Soorgeon, so on to what Soorgeon did:
pip install -r requirements.txt
List tasks:
ploomber status
Execute:
ploomber build
Plot:
ploomber plot
Note: plotting requires pygraphviz
for instructions, see this.