Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Encountering HTTP Error in research notebook

Hey guys, is anyone else running into this error in the research notebook (HTTPError: 500 Server Error: INTERNAL SERVER ERROR for url: http://localhost:8080/api/pricing)?

I see that this has been raised a couple of times, just want to make sure the team is aware of this.

This was the code I was trying to run:

Get backtest object

bt = get_backtest('58a52eeca5888167348b5116')

Create all tear sheets

bt.create_full_tear_sheet()