Skip to content

Commit

Permalink
Add pip install commands to the notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
rajas2211 committed Oct 16, 2023
1 parent 4b05f96 commit d405215
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions content/flow_curves_fit/carreau_yasuda/carreau_yasuda_fit.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%pip install numpy\n",
"%pip install pandas\n",
"%pip install numpy\n",
"%pip install matplotlib\n",
"%pip install scipy"
]
},
{
"cell_type": "code",
"execution_count": 6,
Expand Down

0 comments on commit d405215

Please sign in to comment.