- 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
推薦閱讀
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- Puppet 4 Essentials(Second Edition)
- Building Modern Web Applications Using Angular
- 精通Scrapy網(wǎng)絡(luò)爬蟲
- C語言程序設(shè)計(jì)
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- ASP.NET 3.5程序設(shè)計(jì)與項(xiàng)目實(shí)踐
- ADI DSP應(yīng)用技術(shù)集錦
- PostgreSQL Replication(Second Edition)
- Highcharts Cookbook
- Geospatial Development By Example with Python
- Mockito Essentials
- Java EE 7 with GlassFish 4 Application Server
- 零基礎(chǔ)學(xué)C語言(第4版)
- Visual Basic程序設(shè)計(jì)基礎(chǔ)