Files
freeCodeCamp/curriculum/challenges/german/08-data-analysis-with-python/data-analysis-with-python-course/jupyter-notebooks-cells.md
2023-01-02 08:34:21 -08:00

43 lines
1003 B
Markdown

---
id: 5e9a093a74c4063ca6f7c150
title: Jupyter Notebooks Zellen
challengeType: 11
videoId: 5PPegAs9aLA
bilibiliIds:
aid: 420510493
bvid: BV19341117Hq
cid: 409003280
dashedName: jupyter-notebooks-cells
---
# --description--
*Anstatt, wie in dem Video gezeigt, notebooks.ai zu verwenden, kannst du auch Google Colab verwenden.*
Weitere Ressourcen:
- <a href="https://github.com/ine-rmotr-curriculum/ds-content-interactive-jupyterlab-tutorial" target="_blank" rel="noopener noreferrer nofollow">Notebooks auf GitHub</a>
- <a href="https://colab.research.google.com/github/googlecolab/colabtools/blob/master/notebooks/colab-github-demo.ipynb" target="_blank" rel="noopener noreferrer nofollow">Wie man Notebooks von GitHub unter Verwendung von Google Colab öffnet.</a>
# --question--
## --text--
Was sind die drei wichtigsten Typen von Jupyter Notebook Zellen?
## --answers--
Code, Markdown und Python
---
Code, Markdown und Raw
---
Markdown, Python und Raw
## --video-solution--
2