{ "cells": [ { "cell_type": "markdown", "id": "f5670d18", "metadata": { "deletable": false, "editable": false, "nbgrader": { "cell_type": "markdown", "checksum": "4ec40081b048ce2f34f3f4fedbb0be10", "grade": false, "grade_id": "cell-98f724ece1aacb67", "locked": true, "schema_version": 3, "solution": false, "task": false } }, "source": [ "# CDS: Numerical Methods Assignments\n", "\n", "- See lecture notes and documentation on Brightspace for Python and Jupyter basics. If you are stuck, try to google or get in touch via Discord.\n", "\n", "- Solutions must be submitted via the Jupyter Hub.\n", "\n", "- Make sure you fill in any place that says `YOUR CODE HERE` or \"YOUR ANSWER HERE\".\n", "\n", "## Submission\n", "\n", "1. Name all team members in the the cell below\n", "2. make sure everything runs as expected\n", "3. **restart the kernel** (in the menubar, select Kernel$\\rightarrow$Restart)\n", "4. **run all cells** (in the menubar, select Cell$\\rightarrow$Run All)\n", "5. Check all outputs (Out[\\*]) for errors and **resolve them if necessary**\n", "6. submit your solutions **in time (before the deadline)**" ] }, { "cell_type": "raw", "id": "b4d38256", "metadata": {}, "source": [ "team_members = \"Kees van Kempen, Koen Vendrig\"" ] }, { "cell_type": "markdown", "id": "18455dd1", "metadata": { "deletable": false, "editable": false, "nbgrader": { "cell_type": "markdown", "checksum": "c456df7b5cf52f0d051cc84cad93236f", "grade": false, "grade_id": "cell-test", "locked": true, "schema_version": 3, "solution": false, "task": false } }, "source": [ "## Task 0\n", "\n", "This is how a task will look like ..." ] }, { "cell_type": "code", "execution_count": 1, "id": "819e01f1", "metadata": { "deletable": false, "nbgrader": { "cell_type": "code", "checksum": "16f1fabf9d014928f751bd29f3ba4273", "grade": true, "grade_id": "cell-67a8ece92150e416", "locked": false, "points": 1, "schema_version": 3, "solution": true, "task": false } }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Hoi Yann, hoe was Japan?\n" ] } ], "source": [ "# Test code\n", "print(\"Hoi Yann, hoe was Japan?\")" ] }, { "cell_type": "code", "execution_count": null, "id": "28242874", "metadata": {}, "outputs": [], "source": [] }, { "cell_type": "code", "execution_count": null, "id": "3c4836ec", "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.8.10" } }, "nbformat": 4, "nbformat_minor": 5 }