- 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
推薦閱讀
- 玩轉(zhuǎn)Scratch少兒趣味編程
- Designing Machine Learning Systems with Python
- ASP.NET動(dòng)態(tài)網(wǎng)頁設(shè)計(jì)教程(第三版)
- Learn Scala Programming
- Visual Basic程序設(shè)計(jì)與應(yīng)用實(shí)踐教程
- Kinect for Windows SDK Programming Guide
- SQL Server 2016數(shù)據(jù)庫應(yīng)用與開發(fā)習(xí)題解答與上機(jī)指導(dǎo)
- Getting Started with Gulp
- ANSYS Fluent 二次開發(fā)指南
- Mastering Android Game Development
- Raspberry Pi Robotic Blueprints
- 貫通Tomcat開發(fā)
- Django Design Patterns and Best Practices
- H5+移動(dòng)營(yíng)銷設(shè)計(jì)寶典
- Maven for Eclipse