Guillaume Garderes

Results 5 comments of Guillaume Garderes

Thank you for your reply @delsim. Could you point me in the right direction to implement the 'get from cache or repopulate it' logic? I do not have a huge...

Hi @delsim, thank you for your reply. You were right. I kept investigating, and eventually found my issue: when instantiating my Dash app with `DjangoDash` constructor, I set the parameter...

Hi @delsim, would you have an idea on why `add_bootstrap_links` parameter in the constructor interferes with Dash Bootstrap Components when used with the `plotly_direct` tag? I also have a question...

Thanks for your reply. I tried what you suggested but unfortunately I get the same error ``` python def filter_relevant_exposures(sheet, column_number: int): sheet.range("A2:H2").expand("table").api.AutoFilter(Field=column_number, Criteria1=[">1000", "

I removed it from my function and still get the same error unfortunately