diff --git a/.hassio-addons.yml b/.hassio-addons.yml index fea937580..b75f67c64 100644 --- a/.hassio-addons.yml +++ b/.hassio-addons.yml @@ -49,10 +49,6 @@ addons: repository: hassio-addons/addon-jupyterlab-lite target: jupyterlab image: hassioaddons/jupyterlablite - jupyter: - repository: hassio-addons/addon-jupyter - target: jupyter - image: hassioaddons/jupyter log-viewer: repository: hassio-addons/addon-log-viewer target: log-viewer diff --git a/jupyter/CHANGELOG.md b/jupyter/CHANGELOG.md deleted file mode 100644 index c3b4b959b..000000000 --- a/jupyter/CHANGELOG.md +++ /dev/null @@ -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 - diff --git a/jupyter/README.md b/jupyter/README.md deleted file mode 100644 index cd44b99be..000000000 --- a/jupyter/README.md +++ /dev/null @@ -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: - - - -[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 \ No newline at end of file diff --git a/jupyter/config.json b/jupyter/config.json deleted file mode 100644 index a943dfb72..000000000 --- a/jupyter/config.json +++ /dev/null @@ -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" -} \ No newline at end of file diff --git a/jupyter/icon.png b/jupyter/icon.png deleted file mode 100644 index 20e4baec6..000000000 Binary files a/jupyter/icon.png and /dev/null differ diff --git a/jupyter/logo.png b/jupyter/logo.png deleted file mode 100644 index 2301809c1..000000000 Binary files a/jupyter/logo.png and /dev/null differ