- Matplotlib 2.x By Example
- Allen Yu Claire Chung Aldrin Yim
- 74字
- 2021-07-02 19:34:32
Saving the notebook project
Each notebook project can easily be saved and shared as the standard JSON-based .ipynb format (which can be run interactively by Jupyter on another machine), an ordinary .py Python script, or a static .html web page or .md format for viewing. To convert the notebook into Latex or .pdf via LaTeX files, Pandoc is required. More advanced users can check out the installation instructions of Pandoc on http://pandoc.org/installing.html:

推薦閱讀
- Software Defined Networking with OpenFlow
- MATLAB 2020 從入門到精通
- SQL基礎教程(視頻教學版)
- 微信小程序全棧開發技術與實戰(微課版)
- 劍指大數據:企業級數據倉庫項目實戰(在線教育版)
- Solr Cookbook(Third Edition)
- LabVIEW虛擬儀器入門與測控應用100例
- C++程序設計教程(第2版)
- IoT Projects with Bluetooth Low Energy
- SAP Web Dynpro for ABAP開發技術詳解:基礎應用
- Getting Started with Windows Server Security
- Microsoft XNA 4.0 Game Development Cookbook
- Serverless工程實踐:從入門到進階
- 生成藝術:Processing視覺創意入門
- PhoneGap 3.x Mobile Application Development Hotshot