Skip to content

Commit

Permalink
Changed pip to !pip
Browse files Browse the repository at this point in the history
  • Loading branch information
vishvanathan-k committed Jul 7, 2021
1 parent 57ff362 commit adf07f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 5-Clustering/1-Visualize/solution/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
}
],
"source": [
"pip install seaborn"
"!pip install seaborn"
]
},
{
Expand Down
5 changes: 2 additions & 3 deletions 7-TimeSeries/2-ARIMA/solution/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}
],
"source": [
"pip install statsmodels"
"!pip install statsmodels"
]
},
{
Expand Down Expand Up @@ -354,7 +354,6 @@
"print(results.summary())\n"
]
},

{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -741,4 +740,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}

0 comments on commit adf07f6

Please sign in to comment.