From 04412cbf6f2b78cc89e3a72de2e6ef0cce26ab09 Mon Sep 17 00:00:00 2001 From: Nirali Gandhi Date: Thu, 30 Apr 2020 06:12:17 +0530 Subject: [PATCH] feat(learn): add jupyter Notebook Cells video Question (#38628) --- .../upyter-notebooks-cells.english.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/upyter-notebooks-cells.english.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/upyter-notebooks-cells.english.md index 7402b910eb..791c40b2fd 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/upyter-notebooks-cells.english.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/upyter-notebooks-cells.english.md @@ -14,12 +14,12 @@ videoId: 5PPegAs9aLA ```yml question: - text: Question + text:
Which cells are responsible for rich display?
answers: - - one - - two - - three - solution: 3 + - Code Cells + - Markdown Cells + - Raw Cells + solution: 1 ```