Files
freeCodeCamp/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/how-to-use-jupyter-notebooks-intro.english.md
2020-05-28 19:10:36 +05:30

28 lines
398 B
Markdown

---
id: 5e9a093a74c4063ca6f7c14f
title: How to use Jupyter Notebooks Intro
challengeType: 11
isHidden: true
videoId: h8caJq2Bb9w
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: What is *not* allowed in a Jupyter Notebook's cell?
answers:
- "Markdown"
- "Python code"
- "An Excel sheet"
solution: 3
```
</section>