For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Javascript Error: IPython is not defined
-
Hi, I am using jupyter lab. When I run backtrader , It can't plot and throws error :" Javascript Error: IPython is not defined"
Can anyone help me? Thank you!!! -
Try using
cerebro.plot(iplot=False)
-
@run-out It doesn't work, Thank you anyway!
-
Looks like this is not
bt
issue. Try info on this link - https://stackoverflow.com/questions/51922480/javascript-error-ipython-is-not-defined-in-jupyterlab -
it seems that cerebro.plot() function has overwrite some parameters on Jupyterlab. using Jupyter notebook is ok.