mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on JupyterLab 0.8.0
This commit is contained in:
parent
9440b6c795
commit
a9cbff721a
5 changed files with 12 additions and 26 deletions
|
@ -1,20 +1,13 @@
|
|||
## What’s changed
|
||||
|
||||
## 🚀 Enhancements
|
||||
## 🐛 Bug fixes
|
||||
|
||||
- 🔒 Sign add-on with Codenotary Community Attestation Service (CAS) @frenck (#310)
|
||||
|
||||
## 🧰 Maintenance
|
||||
|
||||
- 🚀 Update CI to latest version @frenck (#305)
|
||||
- 🚑 Fix NGINX service finish script @frenck (#313)
|
||||
|
||||
## 📚 Documentation
|
||||
|
||||
- 📚 Add My buttons to documentation @frenck (#311)
|
||||
- 📚 Use new My Home Assistant link format @frenck (#314)
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Bump scrapy from 2.5.1 to 2.6.0 in /jupyterlab @dependabot (#306)
|
||||
- ⬆️ Upgrades libpq5 to 13.5-0+deb11u1 @frenck (#307)
|
||||
- ⬆️ Upgrades nodejs to 14.19.1-deb-1nodesource1 @frenck (#308)
|
||||
- ⬆️ Upgrades add-on base image to 5.3.0 @frenck (#309)
|
||||
- ⬆️ Upgrades add-on base image to 6.0.0 @frenck (#312)
|
||||
|
|
|
@ -23,12 +23,6 @@ comparison to installing any other Home Assistant add-on.
|
|||
1. Start the "JupyterLab" add-on
|
||||
1. Check the logs of the "JupyterLab" add-on to see if everything went well.
|
||||
|
||||
Home Assistant, by default, ships with the Community Add-ons store installed.
|
||||
However, if it is missing (for any reason), you can add it by clicking the
|
||||
button My button below.
|
||||
|
||||
[![Add repository to your Home Assitant instance.][repository-badge]][repository]
|
||||
|
||||
## Configuration
|
||||
|
||||
**Note**: _Remember to restart the add-on when the configuration is changed._
|
||||
|
@ -167,7 +161,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|||
SOFTWARE.
|
||||
|
||||
[addon-badge]: https://my.home-assistant.io/badges/supervisor_addon.svg
|
||||
[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_jupyterlablite
|
||||
[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_jupyterlablite&repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository
|
||||
[alpine-packages]: https://pkgs.alpinelinux.org/packages
|
||||
[contributors]: https://github.com/hassio-addons/addon-jupyterlab/graphs/contributors
|
||||
[discord-ha]: https://discord.gg/c5DvZ4e
|
||||
|
@ -180,6 +174,4 @@ SOFTWARE.
|
|||
[python-packages]: https://pypi.org/
|
||||
[reddit]: https://reddit.com/r/homeassistant
|
||||
[releases]: https://github.com/hassio-addons/addon-jupyterlab/releases
|
||||
[repository-badge]: https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg
|
||||
[repository]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository
|
||||
[semver]: http://semver.org/spec/v2.0.0.htm
|
||||
|
|
|
@ -35,6 +35,6 @@ reproducible computing, based on the Jupyter Notebook and Architecture.
|
|||
[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.7.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-jupyterlab/tree/v0.7.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.8.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-jupyterlab/tree/v0.8.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-jupyterlab/raw/main/images/screenshot.png
|
|
@ -7,6 +7,7 @@ description: Create documents containing live code, equations, visualizations, a
|
|||
homeassistant_api: true
|
||||
image: ghcr.io/hassio-addons/jupyterlab/{arch}
|
||||
ingress: true
|
||||
init: false
|
||||
map:
|
||||
- config:rw
|
||||
- share:rw
|
||||
|
@ -25,4 +26,4 @@ schema:
|
|||
- str
|
||||
slug: jupyterlablite
|
||||
url: https://github.com/hassio-addons/addon-jupyterlab
|
||||
version: 0.7.0
|
||||
version: 0.8.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue