Files
freeCodeCamp/curriculum/challenges/italian/08-data-analysis-with-python/data-analysis-with-python-course/jupyter-notebooks-cells.md

798 B

id, title, challengeType, videoId, dashedName
id title challengeType videoId dashedName
5e9a093a74c4063ca6f7c150 Celle di Jupyter Notebook 11 5PPegAs9aLA jupyter-notebooks-cells

--description--

Invece di usare notebooks.ai come mostrato nel video, puoi usare Google Colab.

Altre risorse:

--question--

--text--

Quali sono i tre tipi principali di celle dei Jupyter Notebook?

--answers--

Codice, Markdown e Python


Codice, Markdown e output diretto (raw)


Markdown, Python, e output diretto (raw)

--video-solution--

2