Move Jupyter docs from cookbook to Ecosystem (#1860)
This commit is contained in:
parent
87dfa42e30
commit
a8d63c1f8f
7 changed files with 40 additions and 29 deletions
20
source/_ecosystem/notebooks.markdown
Normal file
20
source/_ecosystem/notebooks.markdown
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue