Skip to content

Commit fa61224

Browse files
committed
Fix incorrect import
1 parent b38a486 commit fa61224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/06.Layout/06.03-more-flexbox-layout.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
"metadata": {},
328328
"outputs": [],
329329
"source": [
330-
"from ipywidgets import Layout, Button, Box, Label\n",
330+
"from ipywidgets import Layout, Button, VBox, Label\n",
331331
"\n",
332332
"item_layout = Layout(height='100px', min_width='40px')\n",
333333
"items = [Button(layout=item_layout, description=str(i), button_style='warning') for i in range(40)]\n",

0 commit comments

Comments
 (0)