Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
What parts of Zipline can you import into a research Notebook?

I am finding the research facility pretty puzzling. Various attributes are claimed to be available by the auto complete facility such as

import zipline.finance.risk 

but an attempt to import leads to an error message. Are the only functions available the following?

get_pricing()  
symbols()  
local_csv()  
get_backtest()  
get_fundamentals()  

So you can't actually run a back test in the research environment?