Plotly Timeline Attribute Error

Can anyone confirm that Plotly Express and Timeline are available please?

I’m getting an error when calling timeline (based on code from Plotly Docs)

It is giving me the following error

AttributeError: module ‘plotly.express’ has no attribute ‘timeline’

dash==1.18.1
dash-core-components==1.14.1
dash-html-components==1.1.1
dash-renderer==1.8.3
dash-table==4.11.1

plotly==4.14.1
plotly-express==0.4.1

Hi @Jadir_Almeida,

I confirm, px.timelineis available in plotly 4.14.4. I can see that you have the plotly-expresspackage installed, maybe deinstall it, since express is part of plotly now, and then reinstall plotly afterwards

PS: Please don’t post code as screenshots, paste it as text in between triple backticks, so people can copy paste your code to try it out.

Thank you for reply in so short time!

I followed your instructions and solved the problem.