* feat: add resources for data analysis videos Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
31 lines
632 B
Markdown
31 lines
632 B
Markdown
---
|
|
id: 5e9a093a74c4063ca6f7c150
|
|
title: Jupyter Notebooks Cells
|
|
challengeType: 11
|
|
isHidden: false
|
|
videoId: 5PPegAs9aLA
|
|
---
|
|
|
|
## 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: <pre>Which cells are responsible for rich display?</pre>
|
|
answers:
|
|
- Code Cells
|
|
- Markdown Cells
|
|
- Raw Cells
|
|
solution: 1
|
|
```
|
|
|
|
</section>
|
|
|