Example Markdown page#
The source for this page can be found here
This is some example text. Text can be bold or italic. You can add links
Note
You can create note blocks
You can create static code blocksß:
import numpy as np
import matplotlib.pyplot as plt
x = np.arange(0, 10, 0.1)
print(x)
plt.plot(x)
Or also automatically display the output:
You can add images