- Learning IPython for Interactive Computing and Data Visualization(Second Edition)
- Cyrille Rossant
- 215字
- 2021-07-09 21:38:30
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: "Run it with a command like bash Anaconda3-2.3.0-Linux-x86_64.sh
(if necessary, replace the filename by the one you downloaded)."
A block of code is set as follows:
def load_ipython_extension(ipython): """This function is called when the extension is loaded. It accepts an IPython InteractiveShell instance. We can register the magic with the `register_magic_function` method of the shell instance.""" ipython.register_magic_function(cpp, 'cell')
Any command-line input or output is written as follows:
$ python Python 3.4.3 |Anaconda 2.3.0 (64-bit)| (default, Jun 4 2015, 15:29:08) [GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux Type "help", "copyright", "credits" or "license" for more information. >>>
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: "To create a new notebook, click on the New button, and select Notebook (Python 3)."
- Learning Real-time Processing with Spark Streaming
- PostgreSQL技術內幕:事務處理深度探索
- Java持續交付
- EPLAN實戰設計
- 嚴密系統設計:方法、趨勢與挑戰
- 用戶體驗增長:數字化·智能化·綠色化
- INSTANT Sinatra Starter
- PHP編程基礎與實踐教程
- 深度學習入門:基于Python的理論與實現
- Learning Concurrency in Python
- 例解Python:Python編程快速入門踐行指南
- Mastering Machine Learning with R
- 產品架構評估原理與方法
- C語言程序設計實驗指導與習題精解
- Getting Started with Windows Server Security