Skip to content

Commit

Permalink
Update MealModel.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
max-de-rooij committed Oct 30, 2023
1 parent 3f1a3da commit 940d5b8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions notebooks/MealModel.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,25 @@
"We will first load the MealModel package, and the Plots package for displaying figures. We also include the SampleData file, that contains a function to load the sample data."
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"\u001b[32m\u001b[1m Activating\u001b[22m\u001b[39m project at `~/TUe/MealModel`\n"
]
}
],
"source": [
"using Pkg\n",
"Pkg.activate(\"..\")\n",
"Pkg.instantiate()"
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down

0 comments on commit 940d5b8

Please sign in to comment.