- Machine Learning for Developers
- Rodolfo Bonnin
- 163字
- 2021-07-02 15:46:45
Jupyter notebook
Jupyter is a clear example of a successful Python-based project, and it's also one of the most powerful devices we will employ to explore and understand data through code.
Jupyter notebooks are documents consisting of intertwined cells of code, graphics, or formatted text, resulting in a very versatile and powerful research environment. All these elements are wrapped in a convenient web interface that interacts with the IPython interactive interpreter.
Once a Jupyter notebook is loaded, the whole environment and all the variables are in memory and can be changed and redefined, allowing research and experimentation, as shown in the following screenshot:

This tool will be an important part of this book's teaching process, because most of the Python examples will be provided in this format. In the last chapter of the book, you will find the full installation instructions.
- .NET之美:.NET關鍵技術深入解析
- Windows系統管理與服務配置
- 營銷數據科學:用R和Python進行預測分析的建模技術
- 假如C語言是我發明的:講給孩子聽的大師編程課
- Reactive Programming With Java 9
- ASP.NET 3.5程序設計與項目實踐
- Mastering JBoss Enterprise Application Platform 7
- The DevOps 2.5 Toolkit
- 軟件測試教程
- Mastering C++ Multithreading
- Python Data Science Cookbook
- Web性能實戰
- Spring Boot+MVC實戰指南
- Node.js從入門到精通
- Java程序設計教程