Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit bc4c8ea

Browse files
authored
update import statements
old school imports were throwing warnings
1 parent 28a9886 commit bc4c8ea

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)

AltStyle によって変換されたページ (->オリジナル) /