🎉 Release of add-on JupyterLab 0.10.2

This commit is contained in:
Community Hass.io Add-ons Bot 2023-04-11 14:01:13 +00:00
parent aee67d6806
commit a70dc7402b
5 changed files with 25 additions and 37 deletions

View file

@ -1,21 +1,9 @@
## Whats changed
## 🧰 Maintenance
- 🎆 Updates maintenance/license year to 2023 @frenck ([#411](https://github.com/hassio-addons/addon-jupyterlab/pull/411))
## ⬆️ Dependency updates
- ⬆️ Bump jupyterlab-widgets to 3.0.5 @dependabot ([#391](https://github.com/hassio-addons/addon-jupyterlab/pull/391))
- ⬆️ Bump ipywidgets to 8.0.4 @dependabot ([#390](https://github.com/hassio-addons/addon-jupyterlab/pull/390))
- ⬆️ Upgrades nodejs to 14.21.3-deb-1nodesource1 @frenck ([#410](https://github.com/hassio-addons/addon-jupyterlab/pull/410))
- ⬆️ Bump jupyterlab to 3.6.1 @dependabot ([#404](https://github.com/hassio-addons/addon-jupyterlab/pull/404))
- ⬆️ Bump sqlalchemy to 2.0.5.post1 @dependabot ([#409](https://github.com/hassio-addons/addon-jupyterlab/pull/409))
- ⬆️ Bump pandas to 1.5.3 @dependabot ([#398](https://github.com/hassio-addons/addon-jupyterlab/pull/398))
- ⬆️ Bump nbconvert to 7.2.9 @dependabot ([#400](https://github.com/hassio-addons/addon-jupyterlab/pull/400))
- ⬆️ Bump seaborn to 0.12.2 @dependabot ([#393](https://github.com/hassio-addons/addon-jupyterlab/pull/393))
- ⬆️ Bump matplotlib to 3.7.1 in /jupyterlab @dependabot ([#413](https://github.com/hassio-addons/addon-jupyterlab/pull/413))
- ⬆️ Bump scrapy to 2.8.0 @dependabot ([#414](https://github.com/hassio-addons/addon-jupyterlab/pull/414))
- ⬆️ Bump numpy to 1.24.2 @dependabot ([#415](https://github.com/hassio-addons/addon-jupyterlab/pull/415))
- ⬆️ Bump beautifulsoup4 to 4.11.2 @dependabot ([#412](https://github.com/hassio-addons/addon-jupyterlab/pull/412))
- ⬆️ Bump bokeh to 3.1.0 @dependabot ([#416](https://github.com/hassio-addons/addon-jupyterlab/pull/416))
- ⬆️ Update nbconvert to v7.3.0 @renovate ([#438](https://github.com/hassio-addons/addon-jupyterlab/pull/438))
- ⬆️ Update beautifulsoup4 to v4.12.1 @renovate ([#439](https://github.com/hassio-addons/addon-jupyterlab/pull/439))
- ⬆️ Update nbconvert to v7.3.1 @renovate ([#442](https://github.com/hassio-addons/addon-jupyterlab/pull/442))
- ⬆️ Update SQLAlchemy to v2.0.9 @renovate ([#440](https://github.com/hassio-addons/addon-jupyterlab/pull/440))
- ⬆️ Update beautifulsoup4 to v4.12.2 @renovate ([#441](https://github.com/hassio-addons/addon-jupyterlab/pull/441))

View file

@ -174,4 +174,4 @@ SOFTWARE.
[python-packages]: https://pypi.org/
[reddit]: https://reddit.com/r/homeassistant
[releases]: https://github.com/hassio-addons/addon-jupyterlab/releases
[semver]: http://semver.org/spec/v2.0.0.htm
[semver]: https://semver.org/spec/v2.0.0.html

View file

@ -51,6 +51,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-v0.10.0-blue.svg
[release]: https://github.com/hassio-addons/addon-jupyterlab/tree/v0.10.0
[release-shield]: https://img.shields.io/badge/version-v0.10.2-blue.svg
[release]: https://github.com/hassio-addons/addon-jupyterlab/tree/v0.10.2
[screenshot]: https://github.com/hassio-addons/addon-jupyterlab/raw/main/images/screenshot.png

View file

@ -1,29 +1,29 @@
name: JupyterLab
version: 0.10.2
slug: jupyterlablite
description: Create documents containing live code, equations, visualizations, and
explanatory text
url: https://github.com/hassio-addons/addon-jupyterlab
codenotary: codenotary@frenck.dev
ingress: true
panel_icon: mdi:flask-outline
arch:
- aarch64
- amd64
codenotary: codenotary@frenck.dev
description: Create documents containing live code, equations, visualizations, and
explanatory text
homeassistant_api: true
image: ghcr.io/hassio-addons/jupyterlab/{arch}
ingress: true
init: false
map:
- config:rw
- share:rw
name: JupyterLab
options:
github_access_token: ''
init_commands: []
system_packages: []
panel_icon: mdi:flask-outline
init_commands: []
schema:
github_access_token: password
init_commands:
- str
log_level: list(trace|debug|info|notice|warning|error|fatal)?
github_access_token: password
system_packages:
- str
slug: jupyterlablite
url: https://github.com/hassio-addons/addon-jupyterlab
version: 0.10.0
init_commands:
- str
image: ghcr.io/hassio-addons/jupyterlab/{arch}