Skip to content

Commit 4301f03

Browse files
Fix rendering issue (#1921)
1 parent 3ce7f66 commit 4301f03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/structured_data/ipynb/collaborative_filtering_movielens.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@
352352
"for row in recommended_movies.itertuples():\n",
353353
" print(row.title, \":\", row.genres)"
354354
]
355-
},
355+
}
356356
],
357357
"metadata": {
358358
"accelerator": "GPU",
@@ -383,4 +383,4 @@
383383
},
384384
"nbformat": 4,
385385
"nbformat_minor": 0
386-
}
386+
}

0 commit comments

Comments
 (0)