30 lines
481 B
Markdown
Raw Normal View History

---
id: 5e9a093a74c4063ca6f7c151
title: Jupyter Notebooks Importing and Exporting Data
challengeType: 11
isHidden: true
videoId: k1msxD3JIxE
---
## Description
<section id='description'>
</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>