- 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.
- C++案例趣學
- Python程序設計教程(第2版)
- 零基礎搭建量化投資系統(tǒng):以Python為工具
- 劍指JVM:虛擬機實踐與性能調(diào)優(yōu)
- Oracle 12c中文版數(shù)據(jù)庫管理、應用與開發(fā)實踐教程 (清華電腦學堂)
- RTC程序設計:實時音視頻權威指南
- C語言程序設計
- Magento 1.8 Development Cookbook
- MongoDB權威指南(第3版)
- Scala編程實戰(zhàn)(原書第2版)
- 數(shù)據(jù)結構習題解析與實驗指導
- .NET Standard 2.0 Cookbook
- Mastering Concurrency Programming with Java 9(Second Edition)
- Python期貨量化交易實戰(zhàn)
- Learning Splunk Web Framework