Notes
Notes¶
from IPython.display import display, Markdown
import os
dir = sorted(os.listdir("notes"), reverse=True)
for line in dir:
if line.endswith(".ipynb") or line.endswith(".md"):
display(Markdown(f'[{line}](./public-notes/{line})'))
pitch-deck-template.md
nbgitpuller-notes.md
clean-energy-ideas.md
Test-editing-on-iOS.md
2021-02-15-notes-on-gp21-paper-on-Jupyter.md
2021-01-06-PIMS-at-JMM2021.md
2020-11-05-notes-on-dri-for-canada.md
2020-10-21-Lenovo-P620-Workstation-Notes.md
2020-02-24-HackMD-Toolchain.md
2019-10-23-Notes-on-Nteracta.md
2019-09-28-Notes-on-Compute-Canada-AGM.md
2019-05-24-clean-energy-ideas.md
2019-05-19-Notes-on-PIMS-Workshop-on-Mathematical-Sciences-and-Clean-Energy-Applications.md
[2012 BIRS Proposal.md](./public-notes/2012 BIRS Proposal.md)
2011-05-29-Telescope-Purchase.md
2010_Wellposedness_Reading_Course.md
2010_Teaching.md
2010_10_22_Jerrard.md
2010-11_NachmanPDENotes.md
2010-11-30_Huron_Principal_Profile.md
2010-10-25-profile-decompositions.md
2010-10-02-outreach-plans.md
2010-10-02-organize-collaborative-resources.md
2010-10-02-luke-and-talia-visit-sonya.md
2010-10-02-library-math-plans.md
2010-10-02-imu-collaborative-latex-writing.md
2010-09-28-fields-outreach-to-high-schools.md
2+2
4