Mood of the day: Good

less than 1 minute read

H1 Heading

H2 Heading

H3 Heading

Here’s some basic text.

And here’s some italics Here’s some bold.

Bulleted list:

  • first item
  • second item
  • third

Numbered list:

  1. first item
  2. second item
  3. third
	import numpy as np

	def test_function(x, y):
		z = np.sum(x, y)
		return z

Here is some inline code x + y

Here’s an image:

this is a placeholder image
This is a figure caption.

Here’s some math:

You can also put it inline

Leave a comment