---
id: 5e9a093a74c4063ca6f7c151
title: Jupyter Notebooks Importing and Exporting Data
challengeType: 11
isHidden: false
videoId: k1msxD3JIxE
---
## Description
## 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
```