mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-17 08:28:57 +00:00
8 lines
425 B
Markdown
8 lines
425 B
Markdown
---
|
|
title: "Database"
|
|
description: "Accessing the Home Assistant database from a Jupyter notebook."
|
|
redirect_from: /ecosystem/notebooks/database/
|
|
---
|
|
|
|
You can directly access the Home Assistant database from Jupyter notebooks. The [Database example](https://nbviewer.jupyter.org/github/home-assistant/home-assistant-notebooks/blob/master/other/database-examples.ipynb) shows you how you can work with stored database values.
|