mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-04 18:18:58 +00:00
20 lines
933 B
Markdown
20 lines
933 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
|
|
redirect_from: /ecosystem/notebooks/
|
|
---
|
|
|
|
[Jupyter Notebooks](http://jupyter.org/) allow you to create and share documents that contain live code, equations, visualizations, and explanatory text directly in your browser. Over 40 programming languages are supported including Python, R and Julia. Visit [https://try.jupyter.org/](https://try.jupyter.org/) to try out Jupyter notebooks without installing anything.
|
|
|
|
<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 used to render the Home Assistant notebooks online. GitHub will also display a preview of Jupyter notebooks.
|