Skip to content

Commit

Permalink
put all pip installation stuff to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
ephes committed Oct 30, 2023
1 parent dabafd2 commit c62277f
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions 01_text_classification.ipynb
Expand Up @@ -15,7 +15,7 @@
],
"source": [
"#|hide\n",
"%pip install -Uqq pandas seaborn ds_tut\n",
"%pip install -Uqq pandas seaborn ds_tut scikit-learn\n",
"\n",
"import ds_tut\n",
"ds_tut.setup()"
Expand Down Expand Up @@ -271,23 +271,6 @@
"## Word frequency distribution"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Note: you may need to restart the kernel to use updated packages.\n"
]
}
],
"source": [
"%pip install -Uqq scikit-learn"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit c62277f

Please sign in to comment.