- Jupyter for Data Science
- Dan Toomey
- 153字
- 2021-07-08 09:22:32
Cell menu
The Cell menu has the following choices:

- Run Cells: Runs all of the cells in the notebook
- Run Cells and Select Below: Runs cells and selects all of the cells below the current
- Run Cells and Insert Below: Runs cells and adds a blank cell
- Run All: Runs all of the cells
- Run All Above: Runs all of the cells above the current
- Run All Below: Runs all of the cells below the current
- Cell Type: Changes the type of the selected cell(s) to:
- Code: this is the default—the cell would expect to have language statements
- Markdown: The cell contains HTML markdown,-typically used to display the notebook in the best manner (as it is a website, so has all of HTML available to it)
- Raw NBConvert: This is an internal Jupyter format, basically plain text
- Current Outputs: Whether to clear or continue the outputs from the cells
- All Output
推薦閱讀
- 簡單高效LATEX
- Hands-On Data Structures and Algorithms with JavaScript
- 數據結構與算法JavaScript描述
- Python計算機視覺編程
- UI智能化與前端智能化:工程技術、實現方法與編程思想
- 你必須知道的204個Visual C++開發問題
- 網店設計看這本就夠了
- 正則表達式經典實例(第2版)
- bbPress Complete
- SQL Server數據庫管理與開發兵書
- Mastering Unity 2D Game Development(Second Edition)
- INSTANT Yii 1.1 Application Development Starter
- Hands-On Neural Network Programming with C#
- Node.js區塊鏈開發
- MongoDB Administrator’s Guide