David's Blog

The ramblings of a frustated Python Data Scientist ...

blogging Articles


Adding support for Jupyter Notebooks

Adding support for Jupyter Notebooks In addition to adding code blocks I also want to include support for Jupyter Notebooks. Why you ask. Sometimes adding a code block is not enough, you also want to show the output of you Python. The are other options, like capturing the session from …

Changing the Theme of my Blog

Adding a personal touch In my last post Building My Blog I described how I followed a great tutorial to get my Blog site up and running with Pelican. However,before I start blogging in anger, I wanted to change the look of the site a bit to suit my …

Building My Blog With Pelican And Python

Building My Blog With Pelican And Python It's all Erik O'Shaughnessy's fault. A little while ago he shared his tutorial Run your blog on GitHub Pages with Python on the PyBites Slack Channel. Creating my own blog is something that I had played around with before but never with much …

Pelican Markdown Test Page

Examine how Markdown is rendered with Pelican These examples of markdown are a modified form taken from Build A Blog With Pelican And Python - Pt. 2 Creating Content. I did find some issues that I mention as I go through all the examples. I've also augmented the original examples with …