Posts tagged 'website'

Remodeling website

This is my first post in the remodeled version of my website.

I had a few goals in this remodel:

  • Continue with pelican as a site generator
  • Use jupyter notebooks as a content source
  • Have a "nice" directory structure
  • Host on GitHub
  • Allow custom javascript for interactive demos

While these …

Notebook template

Notes:

  • \(\LaTeX\): It renders correctly from the markdown file. The \(\LaTeX\) within the notebook markdown cells renders the equations, but not the inline math. TODO: fix this
  • When you reference a single cell, you can't say cells[4], you have to write cells[4:5].
  • The numbers in cells[m …