Skip to content

Commit

Permalink
add links to python and jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
wingechr committed Aug 1, 2024
1 parent 18cc85f commit 6156eb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions docs/tutorials/01_api/01_api_download.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
" - jupyter notebook, e.g. `notebook` or `jupyterlab`\n",
" - `shapely` (only for geometry data conversion)\n",
"- Skills:\n",
" - use python with jupyter notebooks\n",
" - use [python](https://wiki.python.org/moin/BeginnersGuide) with [jupyter notebooks](https://docs.jupyter.org/en/latest/)\n",
" - _some_ understanding of [JSON encoded data](https://www.w3schools.com/js/js_json_datatypes.asp)\n",
"- Internet: obviously, but also make sure your network settings allow https traffic from python\n",
"\n",
"## Feedback\n",
"\n",
"You can provide feedback on this tutorial here: https://github.com/OpenEnergyPlatform/academy/issues/233\n"
"You can provide feedback on this tutorial in this [github issue](https://github.com/OpenEnergyPlatform/academy/issues/233)\n"
]
},
{
Expand Down Expand Up @@ -220,7 +220,6 @@
"filter = \"where=is_active=true&where=capacity_mw>10\"\n",
"\n",
"\n",
"\n",
"res = req.get(table_api_url + f\"rows/?{filter}\")\n",
"\n",
"\n",
Expand Down
6 changes: 3 additions & 3 deletions docs/tutorials/01_api/02_api_upload.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
" - jupyter notebook, e.g. `notebook` or `jupyterlab`\n",
" - `shapely` (only for geometry data conversion)\n",
"- Skills:\n",
" - use python with jupyter notebooks\n",
" - use [python](https://wiki.python.org/moin/BeginnersGuide) with [jupyter notebooks](https://docs.jupyter.org/en/latest/)\n",
" - _some_ understanding of [JSON encoded data](https://www.w3schools.com/js/js_json_datatypes.asp)\n",
"- Internet: obviously, but also make sure your network settings allow https traffic from python\n"
]
Expand All @@ -43,9 +43,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Feedack\n",
"## Feedback\n",
"\n",
"You can provide feedback on this tutorial here: https://github.com/OpenEnergyPlatform/academy/issues/234\n"
"You can provide feedback on this tutorial in this [github issue](https://github.com/OpenEnergyPlatform/academy/issues/233)\n"
]
},
{
Expand Down

0 comments on commit 6156eb3

Please sign in to comment.