- Matplotlib for Python Developers
- Aldrin Yim Claire Chung Allen Yu
- 108字
- 2021-08-27 18:48:17
Setting up Jupyter Notebook
To create our plots, we need a user-friendly development environment.
Jupyter Notebook provides an interactive coding ground to edit and run your code, display the results, and document them neatly. Data and methods can be loaded to the memory for reuse within a session. As each notebook is hosted as a web server, you can connect to notebook instances running at a remote server on a browser.
If you are excited to try it out before installing, you may go to https://try.jupyter.org and open a Python 3 notebook.
To install Jupyter, type this in your console:
python3 -m pip install jupyter
推薦閱讀
- Hands-On Data Structures and Algorithms with JavaScript
- Arduino開發實戰指南:LabVIEW卷
- C語言程序設計教程(第2版)
- JavaScript by Example
- 精通網絡視頻核心開發技術
- 微信小程序開發解析
- 算法訓練營:提高篇(全彩版)
- 智能手機APP UI設計與應用任務教程
- JavaScript應用開發實踐指南
- 深入淺出Go語言編程
- QGIS Python Programming Cookbook(Second Edition)
- 移動增值應用開發技術導論
- Visual FoxPro 6.0程序設計
- 遠方:兩位持續創業者的點滴思考
- NGUI for Unity