We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f9ab0 commit 3654d90Copy full SHA for 3654d90
examples/introduction.ipynb
@@ -692,7 +692,7 @@
692
"source": [
693
"print(\"Click the bars to see event data printed in Python 👇\")\n",
694
"\n",
695
- "chart = idom.widgets.import_module(\"chart\", \"chart.js\")\n",
+ "chart = idom.widgets.define_module(\"chart\", \"chart.js\")\n",
696
697
"async def handle_event(event):\n",
698
" print(event)\n",
0 commit comments