- 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.
推薦閱讀
- C語(yǔ)言程序設(shè)計(jì)案例教程
- Java游戲服務(wù)器架構(gòu)實(shí)戰(zhàn)
- C++程序設(shè)計(jì)基礎(chǔ)教程
- Kinect for Windows SDK Programming Guide
- JavaScript入門經(jīng)典
- 零基礎(chǔ)趣學(xué)C語(yǔ)言
- Android應(yīng)用案例開(kāi)發(fā)大全(第二版)
- Android傳感器開(kāi)發(fā)與智能設(shè)備案例實(shí)戰(zhàn)
- Django 3.0入門與實(shí)踐
- Getting Started with Python and Raspberry Pi
- .NET 4.0面向?qū)ο缶幊搪劊簯?yīng)用篇
- 產(chǎn)品架構(gòu)評(píng)估原理與方法
- Spring Boot學(xué)習(xí)指南:構(gòu)建云原生Java和Kotlin應(yīng)用程序
- 人件集:人性化的軟件開(kāi)發(fā)
- Spring MVC Cookbook