Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
George Begkas committed Jun 16, 2024
1 parent 68f038c commit 5a1672d
Showing 1 changed file with 3 additions and 26 deletions.
29 changes: 3 additions & 26 deletions tales_of_drought/data_access.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,33 +11,10 @@
{
"cell_type": "code",
"id": "95f1fc3b-bf05-48dc-bb7f-d35b2f8f29ee",
"metadata": {
"ExecuteTime": {
"end_time": "2024-06-16T08:12:34.563685Z",
"start_time": "2024-06-16T08:12:32.552506Z"
}
},
"metadata": {},
"source": "!pip install numpy matplotlib",
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Requirement already satisfied: numpy in /home/gru/virtulenvironments/tales-of-drought/lib/python3.11/site-packages (1.26.4)\r\n",
"Requirement already satisfied: matplotlib in /home/gru/virtulenvironments/tales-of-drought/lib/python3.11/site-packages (3.9.0)\r\n",
"Requirement already satisfied: contourpy>=1.0.1 in /home/gru/virtulenvironments/tales-of-drought/lib/python3.11/site-packages (from matplotlib) (1.2.1)\r\n",
"Requirement already satisfied: cycler>=0.10 in /home/gru/virtulenvironments/tales-of-drought/lib/python3.11/site-packages (from matplotlib) (0.12.1)\r\n",
"Requirement already satisfied: fonttools>=4.22.0 in /home/gru/virtulenvironments/tales-of-drought/lib/python3.11/site-packages (from matplotlib) (4.53.0)\r\n",
"Requirement already satisfied: kiwisolver>=1.3.1 in /home/gru/virtulenvironments/tales-of-drought/lib/python3.11/site-packages (from matplotlib) (1.4.5)\r\n",
"Requirement already satisfied: packaging>=20.0 in /home/gru/virtulenvironments/tales-of-drought/lib/python3.11/site-packages (from matplotlib) (24.1)\r\n",
"Requirement already satisfied: pillow>=8 in /home/gru/virtulenvironments/tales-of-drought/lib/python3.11/site-packages (from matplotlib) (10.3.0)\r\n",
"Requirement already satisfied: pyparsing>=2.3.1 in /home/gru/virtulenvironments/tales-of-drought/lib/python3.11/site-packages (from matplotlib) (3.1.2)\r\n",
"Requirement already satisfied: python-dateutil>=2.7 in /home/gru/virtulenvironments/tales-of-drought/lib/python3.11/site-packages (from matplotlib) (2.9.0.post0)\r\n",
"Requirement already satisfied: six>=1.5 in /home/gru/virtulenvironments/tales-of-drought/lib/python3.11/site-packages (from python-dateutil>=2.7->matplotlib) (1.16.0)\r\n"
]
}
],
"execution_count": 2
"outputs": [],
"execution_count": null
},
{
"cell_type": "code",
Expand Down

0 comments on commit 5a1672d

Please sign in to comment.