- 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.
- JBoss Weld CDI for Java Platform
- 小程序實戰視頻課:微信小程序開發全案精講
- Flink SQL與DataStream入門、進階與實戰
- Learning ASP.NET Core 2.0
- TestNG Beginner's Guide
- C語言課程設計
- Kotlin編程實戰:創建優雅、富于表現力和高性能的JVM與Android應用程序
- 微服務架構深度解析:原理、實踐與進階
- Web性能實戰
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- Python函數式編程(第2版)
- QPanda量子計算編程
- Visual C++從入門到精通(第2版)
- Java自然語言處理(原書第2版)
- Flink入門與實戰