I've built some nice python scripts in Jupyter that use quantrocket to perform my various trading strategies, and now I was hoping to build a little Django web app so that I have a user interface to start/stop scripts, and view reports and things.
I'm guessing this is more of a python/docker question than a quantrocket specific one, but I'll ask anyway - Is there a recommended or easy way to access the quantrocket libraries outside of Jupyter, such as in my Django web app? I tried "pipenv install quantrocket" to get the libraries but that didn't work.
Any ideas?