mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-20 07:01:03 -05:00
43 lines
1003 B
Markdown
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
|