Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit a6b9adf

Browse files
authored
Merge pull request #79 from aiqc/patch-1
update import statements
2 parents 28a9886 + bc4c8ea commit a6b9adf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/getting_started.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"outputs": [],
2727
"source": [
2828
"import dash\n",
29-
"import dash_core_components as dcc\n",
30-
"import dash_html_components as html\n",
29+
"from dash import dcc\n",
30+
"from dash import html\n",
3131
"import pandas as pd"
3232
]
3333
},

0 commit comments

Comments
 (0)