Hello,
I have created a simple script that creates a plotly.express.line using one the argument facet_col_wrap to ensure I have a nice visual result.
When running the script I get this error:
TypeError: line() got an unexpected keyword argument 'facet_col_wrap'
When I run the file without that argument, there is no error and the graph is saved.
I checked that the pre-installed version of plotly in Pythonanywere is 4.2.1. I don't understand what could be wrong. I am importing plotly.express (which I think its contained inside Plotly)
Has anybody had any issues with this? How do I ensure that I am using the correct version?