⬆️ Updating add-on Jupyter to 92dc6fa

This commit is contained in:
Community Hass.io Add-ons Bot 2018-05-17 23:52:13 +00:00
parent d0f176d6c3
commit 78d00fb605
6 changed files with 114 additions and 0 deletions

View file

@ -158,6 +158,19 @@ Advanced IDE for Home Assistant, based on Cloud9 IDE
[:books: IDE add-on documentation][addon-doc-ide] [:books: IDE add-on documentation][addon-doc-ide]
### ✓ [Jupyter][addon-jupyter]
![Latest Version][jupyter-version-shield]
![Supports armhf Architecture][jupyter-armhf-shield]
![Supports aarch64 Architecture][jupyter-aarch64-shield]
![Supports amd64 Architecture][jupyter-amd64-shield]
![Supports i386 Architecture][jupyter-i386-shield]
![Docker Pulls][jupyter-pulls-shield]
Create documents containing live code, equations, visualizations, and explanatory text.
[:books: Jupyter add-on documentation][addon-doc-jupyter]
### ✓ [Pi-hole][addon-pi-hole] ### ✓ [Pi-hole][addon-pi-hole]
![Latest Version][pi-hole-version-shield] ![Latest Version][pi-hole-version-shield]
@ -252,6 +265,7 @@ on the correct GitHub repository matching the add-on.
- [Open an issue for the add-on: Home Assistant Control Panel][control-panel-issue] - [Open an issue for the add-on: Home Assistant Control Panel][control-panel-issue]
- [Open an issue for the add-on: Homebridge][homebridge-issue] - [Open an issue for the add-on: Homebridge][homebridge-issue]
- [Open an issue for the add-on: IDE][ide-issue] - [Open an issue for the add-on: IDE][ide-issue]
- [Open an issue for the add-on: Jupyter][jupyter-issue]
- [Open an issue for the add-on: Pi-hole][pi-hole-issue] - [Open an issue for the add-on: Pi-hole][pi-hole-issue]
- [Open an issue for the add-on: SSH - Secure Shell][ssh-issue] - [Open an issue for the add-on: SSH - Secure Shell][ssh-issue]
- [Open an issue for the add-on: Shinobi Pro][shinobi-issue] - [Open an issue for the add-on: Shinobi Pro][shinobi-issue]
@ -387,6 +401,15 @@ SOFTWARE.
[ide-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [ide-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[ide-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [ide-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[ide-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [ide-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-jupyter]: https://github.com/hassio-addons/addon-jupyter/tree/92dc6fa
[addon-doc-jupyter]: https://github.com/hassio-addons/addon-jupyter/blob/92dc6fa/README.md
[jupyter-issue]: https://github.com/hassio-addons/addon-jupyter/issues
[jupyter-version-shield]: https://img.shields.io/badge/version-92dc6fa-blue.svg
[jupyter-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/jupyter-armhf.svg
[jupyter-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[jupyter-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[jupyter-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[jupyter-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/tree/34a735f [addon-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/tree/34a735f
[addon-doc-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/blob/34a735f/README.md [addon-doc-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/blob/34a735f/README.md
[pi-hole-issue]: https://github.com/hassio-addons/addon-pi-hole/issues [pi-hole-issue]: https://github.com/hassio-addons/addon-pi-hole/issues

3
jupyter/CHANGELOG.md Normal file
View file

@ -0,0 +1,3 @@
2018/05/17 20:48 UTC - [92dc6fa](https://github.com/hassio-addons/addon-jupyter/commit/92dc6fa3986076e25d660cee1b12ad5565c65218) by [@frenck](https://github.com/frenck)
> :shirt: Shellcheck fixes

46
jupyter/README.md Normal file
View file

@ -0,0 +1,46 @@
# 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]
Lorem ipsum
## About
Lorem ipsum
[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/92dc6fa/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-92dc6fa-blue.svg
[release]: https://github.com/hassio-addons/addon-jupyter/tree/92dc6fa

42
jupyter/config.json Normal file
View file

@ -0,0 +1,42 @@
{
"name": "Jupyter",
"version": "92dc6fa",
"slug": "jupyter",
"description": "Create documents containing live code, equations, visualizations, and explanatory text.",
"url": "https://github.com/hassio-addons/addon-jupyter",
"startup": "application",
"arch": [
"aarch64",
"amd64",
"armhf",
"i386"
],
"boot": "auto",
"hassio_api": true,
"homeassistant_api": false,
"host_network": false,
"ports": {
"8888/tcp": 8888
},
"map": [
"config:rw",
"share:rw",
"ssl"
],
"options": {
"log_level": "info",
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
"ssl": "bool",
"certfile": "str",
"keyfile": "str"
},
"environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
},
"image": "hassioaddons/jupyter-{arch}"
}

BIN
jupyter/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
jupyter/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB