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 bc85616a06..137b9f53bd 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