Skip to content

Commit

Permalink
Add link to 'edit and run' at the end of each workbook.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidPratten committed Dec 30, 2022
1 parent d48144d commit 2efd48e
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 1 deletion.
20 changes: 20 additions & 0 deletions ACT_Conveyance_Duty.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,26 @@
"metadata": {
"collapsed": false
}
},
{
"cell_type": "markdown",
"source": [
"## Next step\n",
"You can edit and re-run this example workbook by following the instructions here:\n",
"[How to run the example notebooks](https://github.com/DavidPratten/jetisu/blob/main/docs/run_notebooks.md)"
],
"metadata": {
"collapsed": false
}
},
{
"cell_type": "code",
"execution_count": null,
"outputs": [],
"source": [],
"metadata": {
"collapsed": false
}
}
],
"metadata": {
Expand Down
15 changes: 14 additions & 1 deletion Australian_GST.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,24 @@
"themselves \"DRY” when driving computations in different directions.\n",
"This is in sharp contrast to procedural and functional programming,\n",
"whereby the GST computation needs to be restated multiple times,\n",
"depending on what value is known and which ones are unknown.\n"
"depending on what value is known and which ones are unknown.\n",
"\n",
"## Next step\n",
"You can edit and re-run this example workbook by following the instructions here:\n",
"[How to run the example notebooks](https://github.com/DavidPratten/jetisu/blob/main/docs/run_notebooks.md)\n"
],
"metadata": {
"collapsed": false
}
},
{
"cell_type": "code",
"execution_count": null,
"outputs": [],
"source": [],
"metadata": {
"collapsed": false
}
}
],
"metadata": {
Expand Down
20 changes: 20 additions & 0 deletions Birthday Money.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,26 @@
"metadata": {
"collapsed": false
}
},
{
"cell_type": "markdown",
"source": [
"## Next step\n",
"You can edit and re-run this example workbook by following the instructions here:\n",
"[How to run the example notebooks](https://github.com/DavidPratten/jetisu/blob/main/docs/run_notebooks.md)"
],
"metadata": {
"collapsed": false
}
},
{
"cell_type": "code",
"execution_count": null,
"outputs": [],
"source": [],
"metadata": {
"collapsed": false
}
}
],
"metadata": {
Expand Down
20 changes: 20 additions & 0 deletions Range.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,26 @@
"metadata": {
"collapsed": false
}
},
{
"cell_type": "markdown",
"source": [
"## Next step\n",
"You can edit and re-run this example workbook by following the instructions here:\n",
"[How to run the example notebooks](https://github.com/DavidPratten/jetisu/blob/main/docs/run_notebooks.md)"
],
"metadata": {
"collapsed": false
}
},
{
"cell_type": "code",
"execution_count": null,
"outputs": [],
"source": [],
"metadata": {
"collapsed": false
}
}
],
"metadata": {
Expand Down

0 comments on commit 2efd48e

Please sign in to comment.