🎉 Release of add-on JupyterLab Lite 0.1.0

This commit is contained in:
Community Hass.io Add-ons Bot 2018-12-27 21:44:22 +00:00
parent 9120fae00c
commit 4fe67926d5
6 changed files with 150 additions and 0 deletions

View file

@ -155,6 +155,19 @@ Scalable datastore for metrics, events, and real-time analytics
[:books: InfluxDB add-on documentation][addon-doc-influxdb]
### ✓ [JupyterLab Lite][addon-jupyterlablite]
![Latest Version][jupyterlablite-version-shield]
![Supports armhf Architecture][jupyterlablite-armhf-shield]
![Supports aarch64 Architecture][jupyterlablite-aarch64-shield]
![Supports amd64 Architecture][jupyterlablite-amd64-shield]
![Supports i386 Architecture][jupyterlablite-i386-shield]
![Docker Pulls][jupyterlablite-pulls-shield]
Create documents containing live code, equations, visualizations, and explanatory text.
[:books: JupyterLab Lite add-on documentation][addon-doc-jupyterlablite]
### ✓ [Log Viewer][addon-log-viewer]
![Latest Version][log-viewer-version-shield]
@ -439,6 +452,7 @@ on the correct GitHub repository matching the add-on.
- [Open an issue for the add-on: Happy Bubbles][happy-bubbles-issue]
- [Open an issue for the add-on: IDE][ide-issue]
- [Open an issue for the add-on: InfluxDB][influxdb-issue]
- [Open an issue for the add-on: JupyterLab Lite][jupyterlablite-issue]
- [Open an issue for the add-on: Log Viewer][log-viewer-issue]
- [Open an issue for the add-on: Lovelace Migration][lovelace-migration-issue]
- [Open an issue for the add-on: Lutron Certificate][lutron-cert-issue]
@ -588,6 +602,15 @@ SOFTWARE.
[influxdb-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[influxdb-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[influxdb-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-jupyterlablite]: https://github.com/hassio-addons/addon-jupyterlab-lite/tree/v0.1.0
[addon-doc-jupyterlablite]: https://github.com/hassio-addons/addon-jupyterlab-lite/blob/v0.1.0/README.md
[jupyterlablite-issue]: https://github.com/hassio-addons/addon-jupyterlab-lite/issues
[jupyterlablite-version-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg
[jupyterlablite-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/jupyterlablite.svg
[jupyterlablite-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[jupyterlablite-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[jupyterlablite-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[jupyterlablite-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-log-viewer]: https://github.com/hassio-addons/addon-log-viewer/tree/v0.3.0
[addon-doc-log-viewer]: https://github.com/hassio-addons/addon-log-viewer/blob/v0.3.0/README.md
[log-viewer-issue]: https://github.com/hassio-addons/addon-log-viewer/issues

View file

@ -0,0 +1 @@
🎉 Initial release!

58
jupyterlablite/README.md Normal file
View file

@ -0,0 +1,58 @@
# Community Hass.io Add-ons: JupyterLab Lite
[![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]
[![Support my work on Patreon][patreon-shield]][patreon]
Create documents containing live code, equations, visualizations,
and explanatory text.
![The JupyterLab Hass.io add-on][screenshot]
## About
JupyterLab 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 A BETA VERSION!
This Hass.io Add-ons repository contains beta releases of add-ons.
- 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.
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/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-jupyterlab-lite/blob/v0.1.0/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-jupyterlab-lite/87337?u=frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[patreon-shield]: https://www.frenck.nl/images/patreon.png
[patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg
[release]: https://github.com/hassio-addons/addon-jupyterlab-lite/tree/v0.1.0
[screenshot]: https://github.com/hassio-addons/addon-jupyterlab-lite/raw/master/images/screenshot.png

View file

@ -0,0 +1,68 @@
{
"name": "JupyterLab Lite",
"version": "0.1.0",
"slug": "jupyterlablite",
"description": "Create documents containing live code, equations, visualizations, and explanatory text.",
"url": "https://github.com/hassio-addons/addon-jupyterlab-lite",
"webui": "[PROTO:ssl]://[HOST]:[PORT:7777]",
"startup": "application",
"arch": [
"aarch64",
"amd64",
"armhf",
"i386"
],
"machine": [
"intel-nuc",
"qemux86",
"qemux86-64",
"qemuarm",
"qemuarm-64",
"raspberrypi2",
"raspberrypi3",
"raspberrypi3-64",
"tinker",
"odroid-c2",
"odroid-xu"
],
"boot": "auto",
"hassio_api": true,
"auth_api": true,
"hassio_role": "default",
"homeassistant_api": true,
"host_network": false,
"ports": {
"7777/tcp": 7777
},
"map": [
"config:rw",
"share:rw",
"ssl"
],
"options": {
"log_level": "info",
"github_access_token": "",
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"system_packages": [],
"init_commands": []
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
"github_access_token": "str",
"ssl": "bool",
"certfile": "str",
"keyfile": "str",
"system_packages": [
"str"
],
"init_commands": [
"str"
]
},
"environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
},
"image": "hassioaddons/jupyterlablite"
}

BIN
jupyterlablite/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
jupyterlablite/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB