- 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.
推薦閱讀
- 微服務設計(第2版)
- The Complete Rust Programming Reference Guide
- Android 9 Development Cookbook(Third Edition)
- Full-Stack Vue.js 2 and Laravel 5
- Interactive Applications Using Matplotlib
- 用Python實現(xiàn)深度學習框架
- Learning Hunk
- 從Power BI到Analysis Services:企業(yè)級數(shù)據(jù)分析實戰(zhàn)
- Learning iOS Security
- Data Science Algorithms in a Week
- Visual Basic語言程序設計基礎(第3版)
- JavaScript Concurrency
- Learning Shiny
- LabVIEW入門與實戰(zhàn)開發(fā)100例(第4版)
- MySQL從入門到精通