- Jupyter for Data Science
- Dan Toomey
- 173字
- 2021-07-08 09:22:31
Viewing the Jupyter project display
If we pull down the New menu and select Python 3, Jupyter would create a new Python notebook and move to display its contents. We would see a display like the following:

We have created a new Jupyter Notebook and are in its display. The logo is there. The title defaults to Untitled, which we can change by clicking on it. There is an (autosaved) marker that tells you Jupyter has automatically stored your notebook to disk (and will continue to do so regularly as you work on it).
We now have a menu bar and a denotation that this notebook is using Python 3 as its source language. The menu choices are:
- File: Standard file operations
- Edit: For editing cell contents (more to come)
- View: To change the display of the notebook
- Insert: To insert a cell in the notebook
- Cell: To change the format, usage of a cell
- Kernel: To adjust the kernel used for the notebook
- Help: To bring up the help system for Jupyter
推薦閱讀
- 演進式架構(原書第2版)
- Spring 5.0 Microservices(Second Edition)
- Redis Applied Design Patterns
- 深入淺出Electron:原理、工程與實踐
- PHP程序設計(慕課版)
- Windows系統管理與服務配置
- Elastic Stack應用寶典
- HTML5游戲開發案例教程
- C語言程序設計立體化案例教程
- 假如C語言是我發明的:講給孩子聽的大師編程課
- HTML5+CSS3+JavaScript Web開發案例教程(在線實訓版)
- HTML5 APP開發從入門到精通(微課精編版)
- Buildbox 2.x Game Development
- Java EE 7 with GlassFish 4 Application Server
- 零基礎學Java第2版