In order to use additional libraries which are blacklisted in the notebook-research environment, I want to use zipline in an ipython notebook hosted outside the quantopian research environment. But now I miss the very convenient get_pricing function of the notebook environment, which allow access to arbitrary time frames of data - the history function available through the zipline api only works within the handle_data method and is therefore too limited for my needs.
Is there noc get_pricing function in zipline?