- Jupyter for Data Science
- Dan Toomey
- 144字
- 2021-07-08 09:22:28
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning. Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Similarly, the preceding describe statement gives us some quick statistics on the data frame."
A block of code is set as follows:
plt.xlabel("Actual Price")
plt.ylabel("Predicted Price")
plt.title("Actual Price vs Predicted Price")
New terms and important words are shown in bold.
Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "The Running tab lists the notebooks that have been started."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- Learning Cython Programming
- MySQL數據庫應用與管理 第2版
- Java 9 Programming Blueprints
- 編程珠璣(續)
- VMware vSphere 6.7虛擬化架構實戰指南
- Julia機器學習核心編程:人人可用的高性能科學計算
- Learning Firefox OS Application Development
- The Data Visualization Workshop
- 實戰Java高并發程序設計(第3版)
- Haxe Game Development Essentials
- bbPress Complete
- 從0到1:Python數據分析
- 從零開始學Linux編程
- Learning iOS Penetration Testing
- 趣學數據結構