https://www.quantopian.com/tutorials/getting-started#lesson2
Copy the code to a notebook and it gives error on missing parameters - period_start, period_end in the following code
Pipeline execution
data_output = run_pipeline(
make_pipeline(),
start_date=period_start,
end_date=period_end
)