mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
🔥 Removes old experimental, Jupyter add-on
This commit is contained in:
parent
eab7b52d16
commit
e9df8cd0ac
6 changed files with 0 additions and 116 deletions
|
@ -49,10 +49,6 @@ addons:
|
||||||
repository: hassio-addons/addon-jupyterlab-lite
|
repository: hassio-addons/addon-jupyterlab-lite
|
||||||
target: jupyterlab
|
target: jupyterlab
|
||||||
image: hassioaddons/jupyterlablite
|
image: hassioaddons/jupyterlablite
|
||||||
jupyter:
|
|
||||||
repository: hassio-addons/addon-jupyter
|
|
||||||
target: jupyter
|
|
||||||
image: hassioaddons/jupyter
|
|
||||||
log-viewer:
|
log-viewer:
|
||||||
repository: hassio-addons/addon-log-viewer
|
repository: hassio-addons/addon-log-viewer
|
||||||
target: log-viewer
|
target: log-viewer
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
2018/06/16 16:40 UTC - [c2fc57d](https://github.com/hassio-addons/addon-jupyter/commit/c2fc57d5be613860bc7de8ac321078d2d7e3fa5b) by [@frenck](https://github.com/frenck)
|
|
||||||
> :hammer: Moved around dependencies a bit, in order to speed up the build
|
|
||||||
|
|
|
@ -1,54 +0,0 @@
|
||||||
# Community Hass.io Add-ons: Jupyter
|
|
||||||
|
|
||||||
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
|
|
||||||
|
|
||||||
[![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum]
|
|
||||||
|
|
||||||
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
|
|
||||||
|
|
||||||
Create documents containing live code, equations, visualizations,
|
|
||||||
and explanatory text.
|
|
||||||
|
|
||||||
## About
|
|
||||||
|
|
||||||
Jupyter is an open-source web application that allows you to create and share
|
|
||||||
documents that contain live code, equations, visualizations and narrative text.
|
|
||||||
Uses include: data cleaning and transformation, numerical simulation,
|
|
||||||
statistical modeling, data visualization, machine learning, and much more.
|
|
||||||
|
|
||||||
This add-on runs JupyterLab, which is the next-generation user interface for
|
|
||||||
Project Jupyter. It is an extensible environment for interactive and
|
|
||||||
reproducible computing, based on the Jupyter Notebook and Architecture.
|
|
||||||
|
|
||||||
[Click here for the full documentation][docs]
|
|
||||||
|
|
||||||
## WARNING! THIS IS AN EDGE VERSION!
|
|
||||||
|
|
||||||
This Hass.io Add-ons repository contains edge builds of add-ons. Edge builds
|
|
||||||
add-ons are based upon the latest development version.
|
|
||||||
|
|
||||||
- They may not work at all.
|
|
||||||
- They might stop working at any time.
|
|
||||||
- They could have a negative impact on your system.
|
|
||||||
|
|
||||||
This repository was created for:
|
|
||||||
|
|
||||||
- Anybody willing to test.
|
|
||||||
- Anybody interested in trying out upcoming add-ons or add-on features.
|
|
||||||
- Developers.
|
|
||||||
|
|
||||||
If you are more interested in stable releases of our add-ons:
|
|
||||||
|
|
||||||
<https://github.com/hassio-addons/repository>
|
|
||||||
|
|
||||||
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
|
|
||||||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
|
||||||
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
|
|
||||||
[discord]: https://discord.gg/c5DvZ4e
|
|
||||||
[docs]: https://github.com/hassio-addons/addon-jupyter/blob/c2fc57d/README.md
|
|
||||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
|
||||||
[forum]: https://community.home-assistant.io/?u=frenck
|
|
||||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-concept-red.svg
|
|
||||||
[release-shield]: https://img.shields.io/badge/version-c2fc57d-blue.svg
|
|
||||||
[release]: https://github.com/hassio-addons/addon-jupyter/tree/c2fc57d
|
|
|
@ -1,55 +0,0 @@
|
||||||
{
|
|
||||||
"name": "Jupyter",
|
|
||||||
"version": "c2fc57d",
|
|
||||||
"slug": "jupyter",
|
|
||||||
"description": "Create documents containing live code, equations, visualizations, and explanatory text.",
|
|
||||||
"url": "https://github.com/hassio-addons/addon-jupyter",
|
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8888]",
|
|
||||||
"startup": "application",
|
|
||||||
"arch": [
|
|
||||||
"aarch64",
|
|
||||||
"amd64",
|
|
||||||
"armhf",
|
|
||||||
"i386"
|
|
||||||
],
|
|
||||||
"boot": "auto",
|
|
||||||
"hassio_api": true,
|
|
||||||
"homeassistant_api": true,
|
|
||||||
"host_network": false,
|
|
||||||
"ports": {
|
|
||||||
"8888/tcp": 8888
|
|
||||||
},
|
|
||||||
"map": [
|
|
||||||
"config:rw",
|
|
||||||
"share:rw",
|
|
||||||
"ssl"
|
|
||||||
],
|
|
||||||
"options": {
|
|
||||||
"log_level": "info",
|
|
||||||
"password": "",
|
|
||||||
"github_access_token": "",
|
|
||||||
"ssl": false,
|
|
||||||
"certfile": "fullchain.pem",
|
|
||||||
"keyfile": "privkey.pem",
|
|
||||||
"system_packages": [],
|
|
||||||
"python_packages": []
|
|
||||||
},
|
|
||||||
"schema": {
|
|
||||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
|
|
||||||
"password": "str",
|
|
||||||
"github_access_token": "str",
|
|
||||||
"ssl": "bool",
|
|
||||||
"certfile": "str",
|
|
||||||
"keyfile": "str",
|
|
||||||
"system_packages": [
|
|
||||||
"str"
|
|
||||||
],
|
|
||||||
"python_packages": [
|
|
||||||
"str"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"environment": {
|
|
||||||
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
|
|
||||||
},
|
|
||||||
"image": "hassioaddons/jupyter"
|
|
||||||
}
|
|
BIN
jupyter/icon.png
BIN
jupyter/icon.png
Binary file not shown.
Before Width: | Height: | Size: 4.6 KiB |
BIN
jupyter/logo.png
BIN
jupyter/logo.png
Binary file not shown.
Before Width: | Height: | Size: 17 KiB |
Loading…
Add table
Add a link
Reference in a new issue