mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 11:31:28 +00:00
🎉 Release of add-on JupyterLab 0.9.0
This commit is contained in:
parent
b352628131
commit
b11cad23a8
4 changed files with 16 additions and 9 deletions
|
@ -804,10 +804,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/v0.8.2
|
||||
[addon-doc-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/blob/v0.8.2/README.md
|
||||
[addon-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/tree/v0.9.0
|
||||
[addon-doc-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/blob/v0.9.0/README.md
|
||||
[jupyterlab-issue]: https://github.com/hassio-addons/addon-jupyterlab/issues
|
||||
[jupyterlab-version-shield]: https://img.shields.io/badge/version-v0.8.2-blue.svg
|
||||
[jupyterlab-version-shield]: https://img.shields.io/badge/version-v0.9.0-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
|
||||
|
|
|
@ -2,9 +2,16 @@
|
|||
|
||||
## 🐛 Bug fixes
|
||||
|
||||
- 🚑 Allow us to run as root @xanderificnl (#321)
|
||||
- Update and rename for jupyter server @tjorim (#326)
|
||||
|
||||
## 🧰 Maintenance
|
||||
|
||||
- Add pip updates to dependabot @tjorim (#325)
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Bump nbconvert from 6.3.0 to 6.5.1 in /jupyterlab @dependabot (#320)
|
||||
- ⬆️ Upgrades add-on base image to 6.1.2 @frenck (#323)
|
||||
- ⬆️ Bump matplotlib from 3.4.3 to 3.6.0 @dependabot (#331)
|
||||
- ⬆️ Bump sqlalchemy from 1.4.26 to 1.4.41 @dependabot (#330)
|
||||
- ⬆️ Bump pandas from 1.3.4 to 1.4.4 @dependabot (#328)
|
||||
- ⬆️ Bump bokeh from 2.4.1 to 2.4.3 @dependabot (#327)
|
||||
- ⬆️ Bump jupyterlab-widgets from 1.0.2 to 3.0.3 @dependabot (#329)
|
||||
|
|
|
@ -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.8.2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-jupyterlab/tree/v0.8.2
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.9.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-jupyterlab/tree/v0.9.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-jupyterlab/raw/main/images/screenshot.png
|
|
@ -26,4 +26,4 @@ schema:
|
|||
- str
|
||||
slug: jupyterlablite
|
||||
url: https://github.com/hassio-addons/addon-jupyterlab
|
||||
version: 0.8.2
|
||||
version: 0.9.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue