--- id: 5e9a093a74c4063ca6f7c150 title: Jupyter Notebooks Cells challengeType: 11 videoId: 5PPegAs9aLA --- ## Description
Instead of using notebooks.ai like it shows in the video, you can use Google Colab instead. More resources: - Notebooks on GitHub - How to open Notebooks from GitHub using Google Colab. - Twitter Cheat Sheet
## Tests
```yml question: text: | Which cells are responsible for rich display? answers: - | Code Cells - | Markdown Cells - | Raw Cells solution: 1 ```