Hello everyone and have a nice week ahead.
I’m starting on multipage dash apps and reading the documentation here:
i have implemented this example. and right from start it has the following errors:
TypeError: Dash() got an unexpected keyword argument ‘use_pages’
AttributeError: module ‘dash’ has no attribute ‘page_registry’
Do i miss something time-wise ? is the documentation outdated ? Do i need some libraries i don’t have ?
I don’t have any error on running single page dash web app.
Thanks for any suggestions.