Skip to content

Commit

Permalink
Remove extra line returns in introduction notebook. (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcenacp authored Mar 12, 2024
1 parent bbd6fdb commit e532c4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/mlcroissant/recipes/introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
"outputs": [],
"source": [
"# Install mlcroissant from the source\n",
"!pip install \"git+https://github.com/${GITHUB_REPOSITORY:-mlcommons/croissant}.git@${GITHUB_HEAD_REF:-main}#subdirectory=python/mlcroissant&egg=mlcroissant[dev]\"\n",
"\n"
"!pip install \"git+https://github.com/${GITHUB_REPOSITORY:-mlcommons/croissant}.git@${GITHUB_HEAD_REF:-main}#subdirectory=python/mlcroissant&egg=mlcroissant[dev]\""
]
},
{
Expand Down

0 comments on commit e532c4c

Please sign in to comment.