In both the Moonshot and Zipline strategy templates I've gotten to the below code cell:
make directory if doesn't exist
!mkdir -p /codeload/zipline
!mv winners.py /codeload/zipline/
And I've received the same error:
"mv: cannot stat 'winners.py': No such file or directory"
I can see the files exist in my Docker instance. I also see a similar issue was experienced by another user and the advice from Brian was to "Try re-downloading the Compose file from the website."
Is the "Compose file" from Dockers website or QuantRocket? Any guidance about where specifically it can be found would be fantastic.
Thank you.