UFCFFY-15-M Cyber Security Analytics¶

Practical Lab XX: Using Markdown¶


In this lab, we will cover some basic Markdown notation.

The following guide is particularly useful:

https://www.ibm.com/docs/en/watson-studio-local/1.2.3?topic=notebooks-markdown-jupyter-cheatsheet


Further useful Markdown tips¶

You can also embed HTML within Markdown. Below we show a few examples of how you may highlight key details within your notebook.

Tip: Use blue boxes (alert-info) for tips and notes. If it’s a note, you don’t have to include the word “Note”.
Warning: If you have Hyper-V enabled on your system, there is the possibility that this can cause a conflict for this setting. Disabling Hyper-V should resolve this issue.
Example: Use yellow boxes for examples that are not inside code cells, or use for mathematical formulas if needed.
Up to you: Use green boxes sparingly, and only for some specific purpose that the other boxes can't cover. For example, if you have a lot of related content to link to, maybe you decide to use green boxes for related links from each section of a notebook.