Ron Bertino
Ron Bertino
My PR for fixing this bug just got approved and merged. Give a try now, with release 0.0.59
Make sure that you don't have a local file in your current folder that you've named quantstats.py
@ceciliabonucchi You can do it like this: ``` stock = qs.utils.download_returns('AAPL') fig = qs.plots.snapshot(stock, title='AAPL Performance', show=False) st.write(fig) ```
Now that I've managed to get the plots working in Streamlit, I've been trying to get them converted over to Plotly format in order to make them interactive. I've tried...
> I have found a solution for my case -- [described here](https://discuss.streamlit.io/t/10176/19). HTH. I gave that a try and it seems to have fixed my issue as well. I was...
It would be very useful to be able to have a separate setting for defining the background color of the sidebar, and have this be separate from the background color...