- Matplotlib for Python Developers
- Aldrin Yim Claire Chung Allen Yu
- 134字
- 2021-08-27 18:48:18
Save your hard work!
Jupyter Notebook auto-saves itself every 2 minutes. As good practice, you should save it yourself more often by clicking on the floppy icon on the toolbar, or more conveniently by Ctrl + S.
Each project you open on Jupyter is saved as the JSON-based .ipynb notebook format:

The .ipynb notebook is portable across different Jupyter servers. Notebooks can be exported as basic runnable Python script .py, Markdown .md for documentation, and web page format .html for instant display of the flow of your project without having the readers install Jupyter Notebook in advance. It also supports LaTex format and PDF conversion via LaTex upon installation of the dependency Pandoc. If interested, you may check out the installation instructions at http://pandoc.org/installing.html.
- 程序員面試筆試寶典(第3版)
- ClickHouse性能之巔:從架構設計解讀性能之謎
- 移動UI設計(微課版)
- Learning Linux Binary Analysis
- 深入淺出Windows API程序設計:編程基礎篇
- Mastering Rust
- 信息技術應用基礎
- SQL Server 2008 R2數據庫技術及應用(第3版)
- PrimeFaces Blueprints
- Learning iOS Security
- 遠方:兩位持續創業者的點滴思考
- Python編程快速上手2
- Modular Programming with JavaScript
- 基于MATLAB的控制系統仿真及應用
- Effective Python:編寫高質量Python代碼的90個有效方法(原書第2版)