summaryrefslogtreecommitdiff
path: root/tutorials/module_1/jupyter_lab_notebook.md
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-04-29 19:02:29 -0600
committerChristian Kolset <christian.kolset@gmail.com>2025-04-29 19:02:29 -0600
commiteb2830349fd1892ec68659c22bab73f26255e268 (patch)
treea44991051ad8374f36b8289bf6c45bc4679277cf /tutorials/module_1/jupyter_lab_notebook.md
parentd0f224c34e0a0726274c62e9fe66220af6d2e6cc (diff)
Fixed minor syntax issues with formating of markdown and latex files
Diffstat (limited to 'tutorials/module_1/jupyter_lab_notebook.md')
-rw-r--r--tutorials/module_1/jupyter_lab_notebook.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/tutorials/module_1/jupyter_lab_notebook.md b/tutorials/module_1/jupyter_lab_notebook.md
index ab52654..ad5d7b5 100644
--- a/tutorials/module_1/jupyter_lab_notebook.md
+++ b/tutorials/module_1/jupyter_lab_notebook.md
@@ -47,11 +47,13 @@ There are two types of list in
- Numbered lists: `1. item`
### Style
- Emphasis: _italic_, **bold**, `monospace`
+
### Mathematical Equation
Markdown supports LaTeX format equations. Inline equation is opened and closed with a single `$`. For a block math a double `$$` is used instead of single.
- Inline: This equation is inline `$E = mc^2$` in with the markdown text.
- Block: Whilst this is a block: `$$\int_0^\infty e^{-x^2} dx = \frac{\sqrt{\pi}}{2}$$`
+
### Links and images
You can insert links to a different local file or online urls like this: \[Link](file.md). I insert an image it's the same however start with an exclamation mark `!` like this: !\[Image Caption](picture.png)