⬆️ Updating add-on JupyterLab to 71ed902

This commit is contained in:
Community Hass.io Add-ons Bot 2021-02-25 14:24:10 +00:00
parent f6f41e3de8
commit e846ecb51b
4 changed files with 8 additions and 6 deletions

View file

@ -910,10 +910,10 @@ SOFTWARE.
[influxdb-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[influxdb-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[influxdb-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/tree/b3f6ccf
[addon-doc-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/blob/b3f6ccf/README.md
[addon-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/tree/71ed902
[addon-doc-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/blob/71ed902/README.md
[jupyterlab-issue]: https://github.com/hassio-addons/addon-jupyterlab/issues
[jupyterlab-version-shield]: https://img.shields.io/badge/version-b3f6ccf-blue.svg
[jupyterlab-version-shield]: https://img.shields.io/badge/version-71ed902-blue.svg
[jupyterlab-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[jupyterlab-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[jupyterlab-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

View file

@ -1,4 +1,6 @@
# Changelog since v0.4.0
- ⬆ Upgrades nodejs to 12.21.0-1nodesource1 (#246)
- Add Seaborn by default (#245)
- ⬆ Upgrades nodejs to 12.20.2-1nodesource1 (#244)
- ⬆️ Bump actions/stale from v3.0.16 to v3.0.17 (#243)

View file

@ -54,6 +54,6 @@ If you are more interested in stable releases of our add-ons:
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/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-b3f6ccf-blue.svg
[release]: https://github.com/hassio-addons/addon-jupyterlab/tree/b3f6ccf
[release-shield]: https://img.shields.io/badge/version-71ed902-blue.svg
[release]: https://github.com/hassio-addons/addon-jupyterlab/tree/71ed902
[screenshot]: https://github.com/hassio-addons/addon-jupyterlab/raw/main/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "JupyterLab",
"version": "b3f6ccf",
"version": "71ed902",
"slug": "jupyterlablite",
"description": "Create documents containing live code, equations, visualizations, and explanatory text",
"url": "https://github.com/hassio-addons/addon-jupyterlab",