I'm having difficulty trying to figure out how to run a debugger from within a Quantopian Research Environment notebook. Perhaps, it is because I'm new to working with Ipython notebooks. It appears to me that some of the capabilities of Ipython may not available within the research environment. Is that true?
I'm trying to port my code to zipline within the research environment to speed up backtesting and development. I was also hoping to have use of an enhanced debug environment.
I'm aware of some of the API incompatibilities between the IDE and zipline in the research environment. I've ported a simple test algorithm already. So, that isn't an issue.
Can anyone nudge me in the proper direction? I can research the details if someone can just aim me in the right direction.