Hi,
As much powerful as the quantopian IDE may be, I still prefer to use local IDE Pycharm as much as possible, since I can debug and inspect data object a lot more conveniently. I am new, the ability to inspect data object many levels down at runtime now is extremely helpful.
I was able to install zipline plugin into Pycharm and run everything from it.
Now to run example like this one
https://www.quantopian.com/algorithms/590b71003755ee7d8aac491b
that uses
from quantopian.algorithm import attach_pipeline, pipeline_output
from quantopian.pipeline import Pipeline
Is it possible that I install quantopian like zipline into PyCharm?
Thanks a lot!
Kevin