mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-09 04:29:03 +00:00
21 lines
885 B
Markdown
21 lines
885 B
Markdown
---
|
|
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.
|