My workflow for trading ideas and research is identifying a pattern visually, then writing the code to explore it for edges and finally a trading system. Very typically this means iterating on the code itself and visually confirming the signals are correctly matching the intended pattern.
When working outside of QuantRocket, I've done this by creating interactive UIs (typically using DearPyGui or similar) to explore signals alongside price and volume charts. As I understand it, I won't be able to launch these types of interactive visual GUIs from within the QuantRocket code running environments (either Jupyter or VSCode with remote extensions).
What options do I have for being able to write code that can leverage the data / libraries in QuantRocket, but runs in my Windows context so I can continue to use my UIs?