For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
cerebro.plot() not showing plot in Google Collab
-
cerebro.plot()
yields the following output on my Jupyter notebook hosted at Google Collab:[[<Figure size 432x288 with 5 Axes>]]
I am trying to view the figure, not a description it.
Unsure if this is a Google Collab or Backtrader issue. The notebook environment ships with preinstalled libraries such as matplotlib and pandas.
-
It seems cerebro.plot() is still not working. I tried on my local machine and Jupyter notebook in Google Collab.
-
@nasmal Did you set
%matplotlib inline
in your notebook?