I want to ask that when we write code in the quantopian notebook, we always write something like
"from quantopian.algorithm import attach_pipeline, pipeline_output"
or " from quantopian.pipeline import Pipeline"
Is the module quantopian built inside the web?
What if i download module Zipline of python and run the code on my own IDE(Jupyter notebook i.e)?
Is it the same?
I mean that does the web integrate related packages for us in advance to write code?