From 015d60d51ef094b31a153d7f69094d69f9e36eba Mon Sep 17 00:00:00 2001 From: Nicolas Aspert <nicolas.aspert@epfl.ch> Date: Fri, 28 Feb 2025 15:25:48 +0100 Subject: [PATCH] remove submission text --- .../Projections and signal restoration.ipynb | 59 ++++--------------- 1 file changed, 12 insertions(+), 47 deletions(-) diff --git a/exercises/week03/Projections and signal restoration.ipynb b/exercises/week03/Projections and signal restoration.ipynb index c7f71f0..c32e233 100644 --- a/exercises/week03/Projections and signal restoration.ipynb +++ b/exercises/week03/Projections and signal restoration.ipynb @@ -3,7 +3,7 @@ { "cell_type": "code", "execution_count": null, - "id": "9692b307", + "id": "0b9af790", "metadata": { "deletable": false, "editable": false @@ -107,7 +107,7 @@ { "cell_type": "code", "execution_count": null, - "id": "e101a935", + "id": "f367f4e1", "metadata": { "deletable": false, "editable": false @@ -172,7 +172,7 @@ { "cell_type": "code", "execution_count": null, - "id": "d1f7f40c", + "id": "38529611", "metadata": { "deletable": false, "editable": false @@ -260,7 +260,7 @@ { "cell_type": "code", "execution_count": null, - "id": "dd892e03", + "id": "b6f5b443", "metadata": { "deletable": false, "editable": false @@ -285,7 +285,7 @@ }, { "cell_type": "markdown", - "id": "610729bb", + "id": "0cd9f0a9", "metadata": { "tags": [ "otter_answer_cell" @@ -360,7 +360,7 @@ { "cell_type": "code", "execution_count": null, - "id": "2dddfff8", + "id": "751ff499", "metadata": { "deletable": false, "editable": false @@ -415,7 +415,7 @@ { "cell_type": "code", "execution_count": null, - "id": "577b22ec", + "id": "473d2fb2", "metadata": { "deletable": false, "editable": false @@ -440,7 +440,7 @@ }, { "cell_type": "markdown", - "id": "273c0bc5", + "id": "786cd4ed", "metadata": { "tags": [ "otter_answer_cell" @@ -519,7 +519,7 @@ }, { "cell_type": "markdown", - "id": "0fd7c9a7", + "id": "7abf655c", "metadata": { "tags": [ "otter_answer_cell" @@ -572,7 +572,7 @@ { "cell_type": "code", "execution_count": null, - "id": "94532bbb", + "id": "60244622", "metadata": { "deletable": false, "editable": false @@ -624,7 +624,7 @@ }, { "cell_type": "markdown", - "id": "53c720a8", + "id": "d38cefa0", "metadata": { "tags": [ "otter_answer_cell" @@ -846,7 +846,7 @@ }, { "cell_type": "markdown", - "id": "94962762", + "id": "ccf83efe", "metadata": { "deletable": false, "editable": false @@ -855,41 +855,6 @@ "<!-- END QUESTION -->\n", "\n" ] - }, - { - "cell_type": "markdown", - "id": "738294c5", - "metadata": { - "deletable": false, - "editable": false - }, - "source": [ - "## Submission\n", - "\n", - "Make sure you have run all cells in your notebook in order before running the cell below, so that all images/graphs appear in the output. The cell below will generate a zip file for you to submit. **Please save before exporting!**" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "7d10d7ed", - "metadata": { - "deletable": false, - "editable": false - }, - "outputs": [], - "source": [ - "# Save your notebook first, then run this cell to export your submission.\n", - "grader.export(pdf=False, run_tests=True)" - ] - }, - { - "cell_type": "markdown", - "id": "159a45fb", - "metadata": {}, - "source": [ - " " - ] } ], "metadata": { -- GitLab