Data Science

I've been blogging on Wordpress since 2007, but very infrequently, maybe somewhat due to the workflow and platform. For many years now, most of the interesting content I create is in Jupyter notebooks (certainly the more relevant content to my work these days). I wanted a way to integrate this content into my blog, but realized that not all of the legacy content has aged well and a notebook workflow using the current setup would likely be cumbersome.

I've used nbviewer to make web accessible versions of notebooks in the past, for example:

Also with two notebooks from the recent Data Visualization course I completed, which is part of the Data Mining Specialty that I've been working towards. He/re are those in their original form to compare:

I've worked on a number of custom CMS projects before, including Drupal extensions, and once even a simple music content manager for the fabulous XLR8R Magazine. I've never been that happy working in PHP though. Extending Wordpress would mean going deep with PHP again.

Are there any options available in the ecosystem of my day to day Jupyter, markdown, python, and git workflow?

Inspired by the great results from the likes of Jake VanderPlas and Chris Albon, and mostly using Peter Kazarinoff's super helpful How I Built This Site, I decided to give the python based static site generator Pelican a try to publish Jupyter Notebooks directly to Github Pages.

Long story short, I've enjoyed the process and end result so much that I've ported some old content and notebooks over to the site you're reading right here! I'll keep incorporating relevant old content, and will likely be inspired to publish more on this platform. Perhaps I'll even do some theme and plugin work! At least I'd like to get Pandas Dataframe's rendering like they do natively, but we'll save that for another post...

Resources