Files
freeCodeCamp/curriculum/challenges/japanese/08-data-analysis-with-python/data-analysis-with-python-course/jupyter-notebooks-cells.md
2022-06-27 19:25:35 +05:30

43 lines
1.1 KiB
Markdown

---
id: 5e9a093a74c4063ca6f7c150
title: Jupyter Notebook のセル
challengeType: 11
videoId: 5PPegAs9aLA
bilibiliIds:
aid: 420510493
bvid: BV19341117Hq
cid: 409003280
dashedName: jupyter-notebooks-cells
---
# --description--
*動画で説明しているように、notebooks.ai を使用する代わりに Google Colab を使用することができます。*
その他のリソース:
- <a href="https://github.com/ine-rmotr-curriculum/ds-content-interactive-jupyterlab-tutorial" target="_blank" rel="noopener noreferrer nofollow">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">Google Colab を使用して GitHub からノートを開く方法</a>
# --question--
## --text--
Jupyter Notebook のセルの 3 つの主要なタイプは何ですか?
## --answers--
コード、マークダウン、Python
---
コード、マークダウン、生データ
---
マークダウン、Python、生データ
## --video-solution--
2