- Jupyter for Data Science
- Dan Toomey
- 197字
- 2021-07-08 09:22:31
File menu
The File menu has the following choices:

- New Notebook: Similar to the pull down from the home page.
- Open...: Open a notebook.
- Make a Copy...: Copy a notebook.
- Rename...: Rename a notebook.
- Save and Checkpoint: Save the current notebook at a checkpoint. Checkpoints are specific points in a notebook's history that you want to maintain in order to return to a checkpoint if you change your mind about a recent set of changes.
- Print Preview: Similar to any print preview that you have used otherwise.
- Download as: Allows you to store the notebook in a variety of formats. The most notable formats would be PDF or Excel, which would allow you to share the notebook with users that do not have access to Jupyter.
- Trusted Notebook: (The feature is grayed out). When a notebook is opened by a user, the server computes a signature with the user's key, and compares it with the signature stored in the notebook's metadata. If the signature matches, HTML and JavaScript output in the notebook will be trusted at load, otherwise it will be untrusted.
- Close and Halt: Close the current notebook and stop it running in the Jupyter system.
推薦閱讀
- GeoServer Cookbook
- Mastering QGIS
- 數據結構簡明教程(第2版)微課版
- Getting Started with SQL Server 2012 Cube Development
- Full-Stack React Projects
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- Mastering KnockoutJS
- PhoneGap:Beginner's Guide(Third Edition)
- Learning FuelPHP for Effective PHP Development
- 小程序從0到1:微信全棧工程師一本通
- UI設計基礎培訓教程(全彩版)
- Mastering Bootstrap 4
- PostgreSQL 12 High Availability Cookbook
- Building UIs with Wijmo
- 計算思維與Python編程