Cleanup jupyterlablite slug

This commit is contained in:
Franck Nijhof 2021-02-08 23:12:54 +01:00
parent c0dc0d8750
commit ea2bb3889a
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
5 changed files with 0 additions and 142 deletions

View file

@ -1,33 +0,0 @@
[Full Changelog][changelog]
This is a general maintenance release.
### Changed
- :arrow_up: Updates numpy to v1.17.0 (#74)
- :arrow_up: Updates pandas-datareader to v0.7.4 (#75)
- :arrow_up: Updates ipywidgets to v7.5.1 (#76)
- :arrow_up: Updates bokeh to v1.3.4 (#80)
- :arrow_up: Updates nbconvert to v5.6.0 (#81)
- :arrow_up: Upgrades libmysqlclient-dev to 5.7.27-0ubuntu0.18.04.1
- :arrow_up: Upgrades libmysqlclient20 to 5.7.27-0ubuntu0.18.04.1
- :arrow_up: Upgrades libpq-dev to 10.10-0ubuntu0.18.04.1
- :arrow_up: Upgrades libpq5 to 10.10-0ubuntu0.18.04.1
- :arrow_up: Updates mysqlclient to v1.4.4 (#84)
- :arrow_up: Upgrades nginx to 1.14.0-0ubuntu1.5
- :arrow_up: Updates SQLAlchemy to v1.3.7 (#85)
- :arrow_up: Updates scrapy to v1.7.3 (#78)
- :arrow_up: Updates pandas to v0.25.1 (#90)
- :arrow_up: Upgrades add-on base image to v3.2.0
- :arrow_up: Upgrades nginx to 1.14.0-0ubuntu1.6
- :arrow_up: Upgrades libnginx-mod-http-lua to 1.14.0-0ubuntu1.6
- :ambulance: Fixes path handling for SSL certificates
- :hammer: Updates HA Auth URL in NGinx LUA script
- :hammer: Use Hass.io DNS as NGinx resolver
- :arrow_up: Upgrades nodejs to 8.16.1-1nodesource1
- :arrow_up: Updates jupyterlab to v1.0.9 (#89)
[changelog]: https://github.com/hassio-addons/addon-jupyterlab-lite/compare/v0.3.0...v0.3.1
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

View file

@ -1,58 +0,0 @@
# 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.3.1/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/2019.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.3.1-blue.svg
[release]: https://github.com/hassio-addons/addon-jupyterlab-lite/tree/v0.3.1
[screenshot]: https://github.com/hassio-addons/addon-jupyterlab-lite/raw/master/images/screenshot.png

View file

@ -1,51 +0,0 @@
{
"name": "JupyterLab Lite",
"version": "0.3.1",
"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",
"armv7",
"i386"
],
"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": {
"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"
]
},
"image": "hassioaddons/jupyterlablite-{arch}"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB