- Jupyter for Data Science
- Dan Toomey
- 88字
- 2021-07-08 09:22:30
Jupyter concepts
Jupyter is organized around a few basic concepts:
- Notebook: A collection of statements (in a language). For example, this could be a complete R script that loads data, analyzes it, produces a graph, and records results elsewhere.
- Cell: the lowest granular piece of a Jupyter Notebook that can be worked with:
- Current Cell: The current cell being edited or the one(s) selected
- Kernel: each notebook is associated with a specific language implementation. The part of Jupyter which processes the specific language involved is called a kernel.
推薦閱讀
- DB2 V9權(quán)威指南
- CockroachDB權(quán)威指南
- Python數(shù)據(jù)可視化:基于Bokeh的可視化繪圖
- Pandas Cookbook
- 微服務(wù)與事件驅(qū)動(dòng)架構(gòu)
- Building a RESTful Web Service with Spring
- Android Development with Kotlin
- Java入門(mén)很輕松(微課超值版)
- Learning Data Mining with R
- 快人一步:系統(tǒng)性能提高之道
- C#實(shí)踐教程(第2版)
- Webpack實(shí)戰(zhàn):入門(mén)、進(jìn)階與調(diào)優(yōu)
- 鴻蒙OS應(yīng)用編程實(shí)戰(zhàn)
- Mastering Elasticsearch(Second Edition)
- PHP與MySQL權(quán)威指南