mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-06 02:58:57 +00:00

* Sets front matter defaults * Removes default front matter from section templates/pages * Removes default front matter from addon pages * Removes default front matter from integration pages * Removes default front matter from posts * Removes default front matter from docs pages * Removes default front matter from other pages * Fixes blog category pages
14 lines
829 B
Markdown
14 lines
829 B
Markdown
---
|
|
title: "Jupyter Notebooks"
|
|
description: "Jupyter Notebooks to interact offline and online with Home Assistant."
|
|
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.
|