From 2efd48e9a48f7d07a33f8f720e09d52079da65a6 Mon Sep 17 00:00:00 2001 From: David Pratten Date: Sat, 31 Dec 2022 09:18:00 +1100 Subject: [PATCH] Add link to 'edit and run' at the end of each workbook. --- ACT_Conveyance_Duty.ipynb | 20 ++++++++++++++++++++ Australian_GST.ipynb | 15 ++++++++++++++- Birthday Money.ipynb | 20 ++++++++++++++++++++ Range.ipynb | 20 ++++++++++++++++++++ 4 files changed, 74 insertions(+), 1 deletion(-) diff --git a/ACT_Conveyance_Duty.ipynb b/ACT_Conveyance_Duty.ipynb index 1ee56e9..9222cd6 100644 --- a/ACT_Conveyance_Duty.ipynb +++ b/ACT_Conveyance_Duty.ipynb @@ -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": { diff --git a/Australian_GST.ipynb b/Australian_GST.ipynb index eb43c44..a6d9ab1 100644 --- a/Australian_GST.ipynb +++ b/Australian_GST.ipynb @@ -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": { diff --git a/Birthday Money.ipynb b/Birthday Money.ipynb index 85b090a..347df54 100644 --- a/Birthday Money.ipynb +++ b/Birthday Money.ipynb @@ -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": { diff --git a/Range.ipynb b/Range.ipynb index 2fcf492..3b1b627 100644 --- a/Range.ipynb +++ b/Range.ipynb @@ -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": {