Conventions used
There are a number of text conventions used throughout this book.
Code in text
: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Copy the created bucket name, open Chapter 05/Ch05-Kendra Search.ipynb
, and paste it in the following cell in place of '<your s3 bucket name>'
to get started."
A block of code is set as follows:
# Define IAM role role = get_execution_role() print("RoleArn: {}".format(role)) sess = sagemaker.Session() s3BucketName = '<your s3 bucket name>' prefix = 'chapter5'
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<body> <h1>Family Bank Holdings</h1> <h3>Date: <span id="date"></span></h3> <div id="home"> <div id="hometext"> <h2>Who we are and what we do</h2>
Bold: Indicates a new term, an important word, or words that you see onscreen. For instance, words in menus or dialog boxes appear in bold. Here is an example: "You will see that the page has a few headings and then a paragraph talking about Family Bank, a subsidiary of LiveRight Holdings."
Tips or Important Notes
Appear like this.