Try one of the examples below!
In [5]:
# just generating the list here, nothing to see...
from IPython.display import Markdown
from glob import glob
Markdown("\n".join([
'- ## <a href="Examples/{}.ipynb" target="_blank">{}</a>'.format(x[9:-6].replace("_", " "), x)
for x in sorted(glob("Examples/*.ipynb"))
]))
Out[5]: