mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-12 19:00:43 -04:00
43 lines
1.1 KiB
Markdown
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
|