Skip to content

Commit 0566e87

Browse files
committed
fixed index
1 parent f11780b commit 0566e87

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/index.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
{
2222
"cell_type": "code",
2323
"execution_count": null,
24+
"id": "5513527f",
2425
"metadata": {},
2526
"outputs": [],
2627
"source": [
@@ -43,6 +44,7 @@
4344
},
4445
{
4546
"cell_type": "markdown",
47+
"id": "07974e86",
4648
"metadata": {},
4749
"source": [
4850
"## Installation\n",
@@ -91,7 +93,7 @@
9193
"```python\n",
9294
"(\n",
9395
" ggplot(mpg, aes(x='displ', y='hwy', color='class'))\n",
94-
" + geom_point()\n",
96+
" + geom_point() \n",
9597
" + theme_minimal()\n",
9698
" + labs(title='Fuel Efficiency')\n",
9799
")\n",

0 commit comments

Comments
 (0)