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: "Notice that you will need to adjust the following command and change the quay.io/ml-on-k8s/ part before executing the command."
A block of code is set as follows:
docker tag scikit-notebook:v1.1.0 quay.io/ml-on-k8s/scikit-notebook:v1.1.0
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
gcloud compute project-info add-metadata --metadata enable-oslogin=FALSE
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: "The installer will present the following License Agreement screen. Click I Agree."
Tips or Important Notes
Appear like this.