Skip to content

Commit 166734b

Browse files
authored
Blog post for the new data exploration notebook by @kireyeu (home-assistant#790)
1 parent 567cf32 commit 166734b

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
layout: post
3+
title: "Github-style calendar heatmap of device data"
4+
description: "Generating a Github-style calendar heatmap from your device data."
5+
date: 2016-08-19 06:00:00 +0000
6+
date_formatted: "August 19, 2016"
7+
author: Fabian Affolter
8+
author_twitter: fabaff
9+
comments: true
10+
categories: How-To IoT-Data
11+
og_image: /images/blog/2016-08-data-exploration/heatmap.png
12+
---
13+
14+
15+
Thanks to [Anton Kireyeu](https://github.com/kireyeu) we are able to present another awesome [Jupyter notebook]. I guess that you all know the graph which Github is using to visualize your commits per day over a time-line. It's a so-called [heatmap]. If there are more commits, it's getting hotter. The latest [notebook][nb-prev] is capable to do the same thing for your devices. To be more precise, for the hours your devices are home.
16+
17+
<p class='img'>
18+
<img src='/images/blog/2016-08-data-exploration/heatmap.png'>
19+
Heatmap
20+
</p>
21+
22+
[heatmap]: https://en.wikipedia.org/wiki/Heat_map
23+
[Jupyter notebook]: https://jupyter.org/
24+
[nb-prev]: http://nbviewer.jupyter.org/github/home-assistant/home-assistant-notebooks/blob/master/DataExploration-2/DataExploration-2.ipynb
25+
Loading

0 commit comments

Comments
 (0)