From 3bdf143fd82caa515ac1c8fd450b98705574b692 Mon Sep 17 00:00:00 2001 From: Yaseen Sayyed Date: Thu, 21 Jan 2021 10:30:18 +0530 Subject: [PATCH] Changed the question to one with no ambiguity (#40488) * Changed the question to one with no ambiguity * Update curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/jupyter-notebooks-cells.md Co-authored-by: Nicholas Carrigan (he/him) * Update curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/jupyter-notebooks-cells.md Co-authored-by: Nicholas Carrigan (he/him) * Update curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/jupyter-notebooks-cells.md Co-authored-by: Nicholas Carrigan (he/him) Co-authored-by: Nicholas Carrigan (he/him) --- .../jupyter-notebooks-cells.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/jupyter-notebooks-cells.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/jupyter-notebooks-cells.md index bc85616a06c..137b9f53bd0 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/jupyter-notebooks-cells.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/jupyter-notebooks-cells.md @@ -20,21 +20,20 @@ More resources: ## --text-- -Which cells are responsible for rich display? +What are the three main types of Jupyter Notebook Cell? ## --answers-- -Code Cells +Code, Markdown, and Python --- -Markdown Cells +Code, Markdown, and Raw --- -Raw Cells +Markdown, Python, and Raw ## --video-solution-- -1 - +2