From f348321e677595c8d86907cf75989daf1a6638ab Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 27 Dec 2018 23:20:50 +0100 Subject: [PATCH] Add data science portal blog post --- .../2018-12-27-data-science-portal.markdown | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 source/_posts/2018-12-27-data-science-portal.markdown diff --git a/source/_posts/2018-12-27-data-science-portal.markdown b/source/_posts/2018-12-27-data-science-portal.markdown new file mode 100644 index 00000000000..d5af22fc211 --- /dev/null +++ b/source/_posts/2018-12-27-data-science-portal.markdown @@ -0,0 +1,27 @@ +--- +layout: post +title: "Launched: Data Science Portal" +description: "Learn about your data that is stored and how to get started exploring it." +date: 2018-12-27 00:01:00 +date_formatted: "December 27, 2018" +author: Paulus Schoutsen +author_twitter: balloob +comments: true +categories: Announcements +--- + +Today we are launching our brand new [data science portal][post] to teach you how you can learn from your own smart home data. Learn what data Home Assistant stores locally and learn to explore your data. In 15 minutes, you will set up a local data science environment and are running reports on your own data. + +We have worked hard on a smooth experience. Single click to set up a local data science environment powered by Jupyter. Pre-installed with our Getting Started notebook for Home Assistant, automatically connects to your database and generates reports with a single click. + +All of this is powered by the new JupyterLab hass.io add-on by [@frenck] and the new HASS Data Detective Python package by [@robmarkcole]. + +Today is only the start. We will continue to develop the data tools for Home Assistant. It’s our goal to make Home Assistant the easiest platform to use for data scientists interested in home automation. + +- [Launch blogpost][post] +- [Data Science Portal][portal] + +[post]: https://data.home-assistant.io/blog/2018/12/27/data-science-for-home-assistant-launched +[portal]: https://data.home-assistant.io +[@robmarkcole]: https://github.com/frenck +[@frenck]: https://github.com/frenck