From 1cedce7eb7087a26ff651873648923a90a9bfeb8 Mon Sep 17 00:00:00 2001 From: Mehdi Saligane Date: Wed, 8 Feb 2023 04:47:41 +0000 Subject: [PATCH] Notebook template + Update to How to submit our Notebook Signed-off-by: Mehdi Saligane --- template_notebook_to_follow.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/template_notebook_to_follow.ipynb b/template_notebook_to_follow.ipynb index 1bcb322..bfd813b 100644 --- a/template_notebook_to_follow.ipynb +++ b/template_notebook_to_follow.ipynb @@ -318,7 +318,7 @@ "id": "Qnn9H_oowEgQ" }, "source": [ - "I. Introduction\n", + "## I. Introduction\n", "\n", "Please Introduce your idea here. Feel free to add subsections and figures." ] @@ -328,7 +328,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "II. Implementation Details of your Idea\n", + "## II. Implementation Details of your Idea\n", "\n", "This is where you should describe your idea in more details. Circuit diagrams, Flow chart, Simulations, etc.. are expected.\n", "\n" @@ -987,7 +987,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "III. Summary of your Idea\n", + "## III. Summary of your Idea\n", "\n", "This is where you summarize your work. Comparison tables and a description of your expected results should be listed here." ] @@ -997,7 +997,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "IV. Planification and Tasks\n", + "## IV. Planification and Tasks\n", "\n", "Planning and breakdown of tasks are usually helpful for a successful project. Good Luck!" ]