Jupyter Notebooks are a tool popular in the realm of [[Data Science]]. They are self-contained _notebooks_ (saved as [[JSON]] files, actually) that are typically used for [[Exploratory Data Analysis]]. Jupyter Notebooks are comprised of a list of cells, each of which is either a [[Markdown]] cell, used for exposition, or code cells using one of several potential languages. The most typical language from my experience is [[Python]], although languages like R and [[JavaScript]] and numerous others are also supported. Jupyter notebooks are interesting, and a bit strange to me. I'm not use to making data products where the **code itself** is _part_ of the displayed product. This is a case of data folks making data products for the consumption of other data folks. I'm still much more comfortable working with [[Spreadsheet]]s. **** # More ## Source - Grad School & Experimentation ## Related