Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UserWarning: The dash_core_components package is deprecated #1755

Open
Badruzaman opened this issue Sep 15, 2021 · 2 comments
Open

UserWarning: The dash_core_components package is deprecated #1755

Badruzaman opened this issue Sep 15, 2021 · 2 comments

Comments

@Badruzaman
Copy link

Badruzaman commented Sep 15, 2021

When I run my project shows such a warning and takes more run time than before. I am using Pycharm editor.

@anders-kiaer
Copy link
Contributor

To remove UserWarning for dash >= 2.0 follow the migration guide: https://dash.plotly.com/dash-2-0-migration

I.e. instead of import dash_core_components as dcc do e.g. from dash import dcc.

@Badruzaman
Copy link
Author

Badruzaman commented Sep 16, 2021

Thank you so much it works for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants