dash_core_components & dash_html_components package are deprecated
dear teachers,
When I was doing Dash basics: HTML and core components lab. I noticed errorsand would like to notify you that dashcorecomponents & dashhtmlcomponents package are deprecated. Pleaase could you update your instructions.
please see error messages below:
"The dashcorecomponents package is deprecated. Please replace
import dash_core_components as dcc
with from dash import dcc
The dashhtmlcomponents package is deprecated. Please replace
import dash_html_components as html
with from dash import html
1
vote
