Move Jupyter docs from cookbook to Ecosystem (#1860)

This commit is contained in:
Fabian Affolter 2017-01-26 16:35:28 +01:00
parent 37fbba5031
commit a29817513f
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F
7 changed files with 40 additions and 29 deletions

View File

@ -1,13 +0,0 @@
---
layout: page
title: "Jupyter Notebooks Graph"
description: "Basic example how to create a graph with a Jupyter notebook."
date: 2016-07-23 09:00
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Jupyter Notebooks
ha_external_link: https://github.com/home-assistant/home-assistant-notebooks/blob/master/graph-single-sensor.ipynb
---

View File

@ -0,0 +1,20 @@
---
layout: page
title: "Jupyter Notebooks"
description: "Jupyter Notebooks to interact offline and online with Home Assistant."
release_date: 2016-11-13 15:00:00
sidebar: true
comments: false
sharing: true
footer: true
---
The [Jupyter Notebooks](http://jupyter.org/) allows you to create and share documents that contain live code, equations, visualizations, and explanatory text directly in your browser. The web application what is formerly known as the IPython Notebook supports over 40 programming languages.
Visit [https://try.jupyter.org/](https://try.jupyter.org/) to get a preview before you install it locally.
<p class='img'>
<img src='{{site_root}}/images/screenshots/jupyter-new.png' />
</p>
[nbviewer](http://nbviewer.jupyter.org/github/home-assistant/home-assistant-notebooks/tree/master/) is rendering our notebooks online. GitHub is creating a preview as well.

View File

@ -1,13 +1,12 @@
---
layout: page
title: "Notebook for Home Assistant Python API"
title: "Home Assistant Python API"
description: "Basic example how to work with the Home Assistant Python API in a Jupyter notebook."
date: 2016-07-23 09:00
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Jupyter Notebooks
ha_external_link: https://github.com/home-assistant/home-assistant-notebooks/blob/master/home-assistant-python-api.ipynb
ha_external_link: http://nbviewer.jupyter.org/github/home-assistant/home-assistant-notebooks/blob/master/home-assistant-python-api.ipynb
---

View File

@ -1,13 +1,12 @@
---
layout: page
title: "Jupyter Notebooks Database"
title: "Database"
description: "Basic example how to work with stored Home Assistant information in a Jupyter notebook."
date: 2016-07-23 09:00
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Jupyter Notebooks
ha_external_link: https://github.com/home-assistant/home-assistant-notebooks/blob/master/database-examples.ipynb
ha_external_link: http://nbviewer.jupyter.org/github/home-assistant/home-assistant-notebooks/blob/master/database-examples.ipynb
---

View File

@ -0,0 +1,12 @@
---
layout: page
title: "Graph"
description: "Basic example how to create a graph with a Jupyter notebook."
date: 2016-07-23 09:00
sidebar: true
comments: false
sharing: true
footer: true
ha_external_link: http://nbviewer.jupyter.org/github/home-assistant/home-assistant-notebooks/blob/master/graph-single-sensor.ipynb
---

View File

@ -1,27 +1,22 @@
---
layout: page
title: "Jupyter Notebooks Introduction"
title: "Installation"
description: "Setup and first steps for Jupyter Notebooks and Home Assistant."
date: 2016-07-23 09:00
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Jupyter Notebooks
---
The [Jupyter Notebooks](http://jupyter.org/) allows you to create and share documents that contain live code, equations, visualizations, and explanatory text directly in your browser. The web application what is formerly known as the IPython Notebook supports over 40 programming languages.
Visit [https://try.jupyter.org/](https://try.jupyter.org/) to get a preview before you install it locally.
The very first step is to install the requirement to run Jupyter Notebooks.
To run Jupyter Notebooks locally, an installation of [Jupyter](http://jupyter.org/) is needed. Consider to run Jupyter in a [virtualenv](/getting-started/installation-virtualenv/).
```bash
$ pip3 install jupyter matplotlib
```
<p class='note warning'>
Certain notebooks hosted in the [Home Assistant notebooks repository](https://github.com/home-assistant/home-assistant-notebooks) require access to a running Home Assistant instance or parts of a Home Assistant installation. If you want to run those notebooks install Home Assistant with `$ pip3 install homeassistant` as well.
Certain notebooks hosted in the [Home Assistant notebooks repository](https://github.com/home-assistant/home-assistant-notebooks) require access to a running Home Assistant instance or parts of a Home Assistant installation. If you want to run those notebooks, install Home Assistant with `$ pip3 install homeassistant` as well.
</p>
Now you are able to start the application.

View File

@ -1,13 +1,12 @@
---
layout: page
title: "Jupyter Notebooks Statistics"
title: "Statistics"
description: "Basic example how to create basic statistics with a Jupyter notebook."
date: 2016-10-03 09:00
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Jupyter Notebooks
ha_external_link: http://nbviewer.jupyter.org/github/home-assistant/home-assistant-notebooks/blob/master/database-statistics.ipynb
---