mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on JupyterLab Lite 0.2.0
This commit is contained in:
parent
822a2094f4
commit
9f66f157e2
4 changed files with 51 additions and 29 deletions
|
@ -743,10 +743,10 @@ SOFTWARE.
|
|||
[influxdb-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[influxdb-armv7-shield]: https://img.shields.io/badge/armv7-no-red.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
|
||||
[addon-jupyterlablite]: https://github.com/hassio-addons/addon-jupyterlab-lite/tree/v0.2.0
|
||||
[addon-doc-jupyterlablite]: https://github.com/hassio-addons/addon-jupyterlab-lite/blob/v0.2.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-version-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
|
||||
[jupyterlablite-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/jupyterlablite-amd64.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
|
||||
|
|
|
@ -1 +1,40 @@
|
|||
🎉 Initial release!
|
||||
[Full Changelog][changelog]
|
||||
|
||||
### Changed
|
||||
|
||||
- Fixes spelling error in Dockerfile
|
||||
- Removes BountySource links
|
||||
- Updates maintenance year to 2019
|
||||
- Refactor of GitLab CI
|
||||
- Configure Renovate (#10)
|
||||
- Updates beautifulsoup4 to v4.7.1 (#13)
|
||||
- Updates bokeh to v1.0.4 (#15)
|
||||
- Updates psycopg2 to v2.7.7 (#19)
|
||||
- Updates scrapy to v1.6.0 (#23)
|
||||
- Updates python-dateutil to v2.8.0 (#26)
|
||||
- Updates nbconvert to v5.4.1 (#28)
|
||||
- Updates mysqlclient to v1.4.2.post1 (#30)
|
||||
- Updates numpy to v1.16.2 (#32)
|
||||
- Upgrades GPG to 2.2.4-1ubuntu1.2
|
||||
- Upgrades libmysql to 5.7.25-0ubuntu0.18.04.2
|
||||
- Upgrades libzmq5 to 4.2.5-1ubuntu0.1
|
||||
- Upgrade lua-resty-http to 0.13-0
|
||||
- Updates matplotlib to v3.0.3 (#33)
|
||||
- Updates SQLAlchemy to v1.3.1 (#36)
|
||||
- Updates influxdb to v5.2.2 (#38)
|
||||
- Upgrades add-on base image to 3.0.0
|
||||
- Remove obsolete machine tags
|
||||
- Makes log_level optional
|
||||
- Removes custom log format override
|
||||
- Upgrades libtiff5-dev to 4.0.9-5ubuntu0.2
|
||||
- Upgrades NodeJS to 8.15.1-1nodesource1
|
||||
- Rewrite add-on onto Bashio
|
||||
- Makes NGinx wait for Jupyter before starting
|
||||
- Updates documentation for ARMv7
|
||||
- Workaround for CPython/PIP package order issue
|
||||
- Updates pandas to v0.24.2 (#37)
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-jupyterlab-lite/compare/v0.1.0...v0.2.0
|
||||
|
||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
||||
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
|
|
@ -30,13 +30,13 @@ reproducible computing, based on the Jupyter Notebook and Architecture.
|
|||
[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
|
||||
[docs]: https://github.com/hassio-addons/addon-jupyterlab-lite/blob/v0.2.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
|
||||
[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.1.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-jupyterlab-lite/tree/v0.1.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-jupyterlab-lite/tree/v0.2.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-jupyterlab-lite/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "JupyterLab Lite",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"slug": "jupyterlablite",
|
||||
"description": "Create documents containing live code, equations, visualizations, and explanatory text.",
|
||||
"url": "https://github.com/hassio-addons/addon-jupyterlab-lite",
|
||||
|
@ -9,22 +9,9 @@
|
|||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armhf",
|
||||
"armv7",
|
||||
"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,
|
||||
|
@ -40,7 +27,6 @@
|
|||
"ssl"
|
||||
],
|
||||
"options": {
|
||||
"log_level": "info",
|
||||
"github_access_token": "",
|
||||
"ssl": false,
|
||||
"certfile": "fullchain.pem",
|
||||
|
@ -49,7 +35,7 @@
|
|||
"init_commands": []
|
||||
},
|
||||
"schema": {
|
||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
|
||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
|
||||
"github_access_token": "str",
|
||||
"ssl": "bool",
|
||||
"certfile": "str",
|
||||
|
@ -61,8 +47,5 @@
|
|||
"str"
|
||||
]
|
||||
},
|
||||
"environment": {
|
||||
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
|
||||
},
|
||||
"image": "hassioaddons/jupyterlablite"
|
||||
"image": "hassioaddons/jupyterlablite-{arch}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue