Skip to content

Commit

Permalink
Merge pull request #12 from felipenv/main
Browse files Browse the repository at this point in the history
issue ML-7227
  • Loading branch information
aviaIguazio authored Jul 25, 2024
2 parents c451175 + dc38961 commit 0fd41db
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions 01-exploratory-data-analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,26 +48,26 @@
{
"cell_type": "code",
"execution_count": null,
"outputs": [],
"source": [
"!pip install -U seaborn pandas"
],
"metadata": {
"collapsed": false
}
},
"outputs": [],
"source": [
"!pip install -U seaborn pandas==2.1.4"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": false
},
"outputs": [],
"source": [
"import matplotlib.pyplot as plt\n",
"import seaborn as sns\n",
"sns.set()"
],
"metadata": {
"collapsed": false
}
]
},
{
"cell_type": "code",
Expand Down

0 comments on commit 0fd41db

Please sign in to comment.