- 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
推薦閱讀
- Data Visualization with D3 4.x Cookbook(Second Edition)
- Progressive Web Apps with React
- 零基礎玩轉區塊鏈
- 從程序員到架構師:大數據量、緩存、高并發、微服務、多團隊協同等核心場景實戰
- Scratch 3游戲與人工智能編程完全自學教程
- JAVA程序設計實驗教程
- SQL Server與JSP動態網站開發
- Unity 2017 Mobile Game Development
- 時空數據建模及其應用
- Instant Debian:Build a Web Server
- Windows Phone 8 Game Development
- SQL Server 2008中文版項目教程(第3版)
- Learning Google Apps Script
- Spring Microservices
- 趣學Python游戲編程