- 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.
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- Learn TypeScript 3 by Building Web Applications
- Spring 5企業(yè)級(jí)開發(fā)實(shí)戰(zhàn)
- 密碼學(xué)原理與Java實(shí)現(xiàn)
- ASP.NET Core 5.0開發(fā)入門與實(shí)戰(zhàn)
- Python爬蟲開發(fā):從入門到實(shí)戰(zhàn)(微課版)
- CentOS 7 Linux Server Cookbook(Second Edition)
- ADI DSP應(yīng)用技術(shù)集錦
- 數(shù)據(jù)結(jié)構(gòu)與算法分析(C++語言版)
- 新一代SDN:VMware NSX 網(wǎng)絡(luò)原理與實(shí)踐
- Python大學(xué)實(shí)用教程
- 計(jì)算機(jī)應(yīng)用技能實(shí)訓(xùn)教程
- Java Web從入門到精通(第2版)
- Practical GIS
- Arduino Electronics Blueprints