This is an automated email from the ASF dual-hosted git repository. damccorm pushed a commit to branch damccorm-patch-1 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 71ec2af8be69109db8f2c1505b64222b1127283b Author: Danny McCormick <[email protected]> AuthorDate: Mon Oct 30 19:02:50 2023 -0400 Add empty outputs to AMR notebook --- .../beam-ml/automatic_model_refresh.ipynb | 165 ++++++++++++++++++--- 1 file changed, 144 insertions(+), 21 deletions(-) diff --git a/examples/notebooks/beam-ml/automatic_model_refresh.ipynb b/examples/notebooks/beam-ml/automatic_model_refresh.ipynb index 3bafa4f0788..cf05979c5b3 100644 --- a/examples/notebooks/beam-ml/automatic_model_refresh.ipynb +++ b/examples/notebooks/beam-ml/automatic_model_refresh.ipynb @@ -52,7 +52,13 @@ "id": "OsFaZscKSPvo" }, "execution_count": null, - "outputs": [] + "outputs": [{ + "output_type": "stream", + "name": "stdout", + "text": [ + "\n" + ] + }] }, { "cell_type": "markdown", @@ -70,7 +76,14 @@ ], "metadata": { "id": "ZUSiAR62SgO8" - } + }, + "outputs": [{ + "output_type": "stream", + "name": "stdout", + "text": [ + "\n" + ] + }] }, { "cell_type": "markdown", @@ -85,7 +98,14 @@ ], "metadata": { "id": "tBtqF5UpKJNZ" - } + }, + "outputs": [{ + "output_type": "stream", + "name": "stdout", + "text": [ + "\n" + ] + }] }, { "cell_type": "markdown", @@ -97,7 +117,14 @@ ], "metadata": { "id": "SPuXFowiTpWx" - } + }, + "outputs": [{ + "output_type": "stream", + "name": "stdout", + "text": [ + "\n" + ] + }] }, { "cell_type": "code", @@ -105,7 +132,13 @@ "metadata": { "id": "1RyTYsFEIOlA" }, - "outputs": [], + "outputs": [{ + "output_type": "stream", + "name": "stdout", + "text": [ + "\n" + ] + }], "source": [ "!pip install apache_beam[gcp]>=2.46.0 --quiet\n", "!pip install tensorflow --quiet\n", @@ -140,7 +173,13 @@ "id": "Rs4cwwNrIV9H" }, "execution_count": null, - "outputs": [] + "outputs": [{ + "output_type": "stream", + "name": "stdout", + "text": [ + "\n" + ] + }] }, { "cell_type": "code", @@ -156,7 +195,13 @@ "id": "jAKpPcmmGm03" }, "execution_count": null, - "outputs": [] + "outputs": [{ + "output_type": "stream", + "name": "stdout", + "text": [ + "\n" + ] + }] }, { "cell_type": "markdown", @@ -216,7 +261,13 @@ "id": "wWjbnq6X-4uE" }, "execution_count": null, - "outputs": [] + "outputs": [{ + "output_type": "stream", + "name": "stdout", + "text": [ + "\n" + ] + }] }, { "cell_type": "markdown", @@ -239,7 +290,13 @@ "id": "lEy4PkluWbdm" }, "execution_count": null, - "outputs": [] + "outputs": [{ + "output_type": "stream", + "name": "stdout", + "text": [ + "\n" + ] + }] }, { "cell_type": "markdown", @@ -267,7 +324,13 @@ "id": "ibkWiwVNvyrn" }, "execution_count": null, - "outputs": [] + "outputs": [{ + "output_type": "stream", + "name": "stdout", + "text": [ + "\n" + ] + }] }, { "cell_type": "code", @@ -279,7 +342,13 @@ "id": "kkSnsxwUk-Sp" }, "execution_count": null, - "outputs": [] + "outputs": [{ + "output_type": "stream", + "name": "stdout", + "text": [ + "\n" + ] + }] }, { "cell_type": "markdown", @@ -306,7 +375,13 @@ "id": "dU5imgTt-8Ne" }, "execution_count": null, - "outputs": [] + "outputs": [{ + "output_type": "stream", + "name": "stdout", + "text": [ + "\n" + ] + }] }, { "cell_type": "code", @@ -329,7 +404,13 @@ "id": "6V5tJxO6-gyt" }, "execution_count": null, - "outputs": [] + "outputs": [{ + "output_type": "stream", + "name": "stdout", + "text": [ + "\n" + ] + }] }, { "cell_type": "code", @@ -341,7 +422,13 @@ "id": "GpdKk72O_NXT" }, "execution_count": null, - "outputs": [] + "outputs": [{ + "output_type": "stream", + "name": "stdout", + "text": [ + "\n" + ] + }] }, { "cell_type": "markdown", @@ -385,7 +472,13 @@ "id": "vUFStz66_Tbb" }, "execution_count": null, - "outputs": [] + "outputs": [{ + "output_type": "stream", + "name": "stdout", + "text": [ + "\n" + ] + }] }, { "cell_type": "markdown", @@ -418,7 +511,13 @@ "id": "dGg11TpV_aV6" }, "execution_count": null, - "outputs": [] + "outputs": [{ + "output_type": "stream", + "name": "stdout", + "text": [ + "\n" + ] + }] }, { "cell_type": "markdown", @@ -452,7 +551,13 @@ "id": "_AjvvexJ_hUq" }, "execution_count": null, - "outputs": [] + "outputs": [{ + "output_type": "stream", + "name": "stdout", + "text": [ + "\n" + ] + }] }, { "cell_type": "markdown", @@ -476,7 +581,13 @@ "id": "9TB76fo-_vZJ" }, "execution_count": null, - "outputs": [] + "outputs": [{ + "output_type": "stream", + "name": "stdout", + "text": [ + "\n" + ] + }] }, { "cell_type": "markdown", @@ -501,7 +612,13 @@ "id": "FpUfNBSWH9Xy" }, "execution_count": null, - "outputs": [] + "outputs": [{ + "output_type": "stream", + "name": "stdout", + "text": [ + "\n" + ] + }] }, { "cell_type": "markdown", @@ -524,7 +641,13 @@ "id": "wd0VJLeLEWBU" }, "execution_count": null, - "outputs": [] + "outputs": [{ + "output_type": "stream", + "name": "stdout", + "text": [ + "\n" + ] + }] } ] -} \ No newline at end of file +}
