mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on JupyterLab to ddea9d0
This commit is contained in:
parent
c62c29c809
commit
e073ee0f9d
5 changed files with 11 additions and 7 deletions
|
@ -822,10 +822,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/82ae187
|
||||
[addon-doc-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/blob/82ae187/README.md
|
||||
[addon-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/tree/ddea9d0
|
||||
[addon-doc-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/blob/ddea9d0/README.md
|
||||
[jupyterlab-issue]: https://github.com/hassio-addons/addon-jupyterlab/issues
|
||||
[jupyterlab-version-shield]: https://img.shields.io/badge/version-82ae187-blue.svg
|
||||
[jupyterlab-version-shield]: https://img.shields.io/badge/version-ddea9d0-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
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
# Changelog since v0.10.0
|
||||
- Fix broken URL (#432)
|
||||
- ⬆️ Update jupyterlab_widgets to v3.0.7 (#431)
|
||||
|
||||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
||||
- ⬆️ Update debian_11/git to v1:2.30.2-1+deb11u2 (#427)
|
||||
|
||||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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-82ae187-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-jupyterlab/tree/82ae187
|
||||
[release-shield]: https://img.shields.io/badge/version-ddea9d0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-jupyterlab/tree/ddea9d0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-jupyterlab/raw/main/images/screenshot.png
|
|
@ -1,5 +1,5 @@
|
|||
name: JupyterLab
|
||||
version: 82ae187
|
||||
version: ddea9d0
|
||||
slug: jupyterlablite
|
||||
description: Create documents containing live code, equations, visualizations, and
|
||||
explanatory text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue