⬆️ Updating add-on JupyterLab Lite to b094747

This commit is contained in:
Community Hass.io Add-ons Bot 2018-12-04 22:41:11 +00:00
parent dd338d9fc4
commit b2d664b5bf
6 changed files with 150 additions and 0 deletions

View file

@ -184,6 +184,19 @@ Create documents containing live code, equations, visualizations, and explanator
[:books: Jupyter add-on documentation][addon-doc-jupyter]
### ✓ [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]
@ -475,6 +488,7 @@ on the correct GitHub repository matching the add-on.
- [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: Jupyter][jupyter-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]
@ -643,6 +657,15 @@ SOFTWARE.
[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-jupyterlablite]: https://github.com/hassio-addons/addon-jupyterlab-lite/tree/b094747
[addon-doc-jupyterlablite]: https://github.com/hassio-addons/addon-jupyterlab-lite/blob/b094747/README.md
[jupyterlablite-issue]: https://github.com/hassio-addons/addon-jupyterlab-lite/issues
[jupyterlablite-version-shield]: https://img.shields.io/badge/version-b094747-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/2d77641
[addon-doc-log-viewer]: https://github.com/hassio-addons/addon-log-viewer/blob/2d77641/README.md
[log-viewer-issue]: https://github.com/hassio-addons/addon-log-viewer/issues

View file

@ -0,0 +1,3 @@
2018/12/04 15:49 UTC - [b094747](https://github.com/hassio-addons/addon-jupyterlab-lite/commit/b0947474ad2775157f82ac83c2e22b3a4d82c71a) by [@frenck](https://github.com/frenck)
> :tada: Initial add-on code

54
jupyterlablite/README.md Normal file
View file

@ -0,0 +1,54 @@
# 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]
Create documents containing live code, equations, visualizations,
and explanatory text.
## 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 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-jupyterlab-lite/blob/b094747/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-b094747-blue.svg
[release]: https://github.com/hassio-addons/addon-jupyterlab-lite/tree/b094747

View file

@ -0,0 +1,70 @@
{
"name": "JupyterLab Lite",
"version": "b094747",
"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:8888]",
"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": false,
"hassio_role": "default",
"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/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