freeCodeCamp/curriculum/challenges/chinese/08-data-analysis-with-python/data-analysis-with-python-c.../jupyter-notebooks-cells.md

39 lines
882 B
Markdown

---
id: 5e9a093a74c4063ca6f7c150
title: Jupyter Notebooks 单元格
challengeType: 11
videoId: 5PPegAs9aLA
dashedName: jupyter-notebooks-cells
---
# --description--
*在视频中我们使用的编辑器工具是在 notebook.ai 这个平台,你也可以选择用其他的平台,比如说 Google Colab 也是一个不错的选择。*
更多资源:
- [在 GitHub 平台的 Notebooks](https://github.com/ine-rmotr-curriculum/ds-content-interactive-jupyterlab-tutorial)
- [如何使用 Google Colab 来打开 GitHub 上的 Notebooks](https://colab.research.google.com/github/googlecolab/colabtools/blob/master/notebooks/colab-github-demo.ipynb)
# --question--
## --text--
Jupyter Notebook 单元格支持的三种主要类型是什么?
## --answers--
Code、Markdown 和 Python
---
Code、Markdown 和 Raw
---
Markdown、Python 和 Raw
## --video-solution--
2