39 lines
693 B
Markdown
Raw Normal View History

---
id: 5e9a093a74c4063ca6f7c151
challengeType: 11
videoId: k1msxD3JIxE
---
## Description
<section id='description'>
More resources:
- <a href="https://notebooks.ai/rmotr-curriculum/interactive-jupyterlab-tutorial-ac5fa63f" target='_blank'>Notebook</a>
- <a href="https://twitter.com/rmotr_com/status/1122176794696847361" target='_blank'>Twitter Cheat Sheet</a>
</section>
## Tests
<section id='tests'>
```yml
question:
text: |
What kind of data can you import and work with in a Jupyter Notebook?
answers:
- |
Excel files.
- |
CSV files.
- |
XML files.
- |
Data from an API.
- |
All of the above.
solution: 5
```
</section>