Skip to content

Commit

Permalink
feedback links
Browse files Browse the repository at this point in the history
  • Loading branch information
han-f committed Jul 17, 2024
1 parent 8fc1666 commit 777a279
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/tutorials/01_api/02_api_upload.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@
" - use python with jupyter notebooks\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Feedack \n",
"You can provide feedback on this tutorial here: https://github.com/OpenEnergyPlatform/academy/issues/234"
]
},
{
"attachments": {},
"cell_type": "markdown",
Expand Down
5 changes: 4 additions & 1 deletion docs/tutorials/02_oep_client/01_client_python_download.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@
" - `oep-client>=0.14` (installs also the command line tool)\n",
" - jupyter notebook, e.g. `notebook` or `jupyterlab`\n",
"- Skills:\n",
" - use python with jupyter notebooks\n"
" - use python with jupyter notebooks\n",
"\n",
"## Feedback\n",
"You can provide feedback on this tutorial here: https://github.com/OpenEnergyPlatform/academy/issues/235\n"
]
},
{
Expand Down
6 changes: 5 additions & 1 deletion docs/tutorials/02_oep_client/02_client_python_upload.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@
" - jupyter notebook, e.g. `notebook` or `jupyterlab`\n",
"\n",
"- Ideally you exhibit the following skills:\n",
" - use python with jupyter notebooks\n"
" - use python with jupyter notebooks\n",
"\n",
"## Feedback\n",
"You can provide feedback on this tutorial here: https://github.com/OpenEnergyPlatform/academy/issues/236\n",
"\n"
]
},
{
Expand Down
4 changes: 4 additions & 0 deletions docs/tutorials/02_oep_client/03_client_cli_download.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ This tutorials will enable you to:
- Skills:
- use the command line

## Feedback
You can provide feedback on this tutorial here: https://github.com/OpenEnergyPlatform/academy/issues/237


## Setup

- Linux
Expand Down
4 changes: 4 additions & 0 deletions docs/tutorials/02_oep_client/04_client_cli_upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ To execute the following code you will need to need to be a registered user on t
- Skills:
- use the command line

## Feedback
You can provide feedback on this tutorial here: https://github.com/OpenEnergyPlatform/academy/issues/238


## Setup

For the setup commands to work, you need to set your personal OEP API token as an environment variable. Alternatively, you can assign your token directly to the token variable. You can find the token on your OEP profile page.
Expand Down

0 comments on commit 777a279

Please sign in to comment.