Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Can I Update Pipeline?

def initialize(context):
options = [1, 2, 3]
algo.attach_pipeline(make_pipeline(options), 'long_short_equity_template')

Here I attached a pipeline to my algorithm. Is it possible to update this pipeline later with a different parameter?