mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 19:51:22 +00:00
⬆️ Updating add-on Jupyter to 7d76c8d
This commit is contained in:
parent
d83da8ed94
commit
1a2f58144c
4 changed files with 11 additions and 9 deletions
|
@ -401,10 +401,10 @@ SOFTWARE.
|
|||
[ide-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[ide-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||
[ide-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-jupyter]: https://github.com/hassio-addons/addon-jupyter/tree/ba73503
|
||||
[addon-doc-jupyter]: https://github.com/hassio-addons/addon-jupyter/blob/ba73503/README.md
|
||||
[addon-jupyter]: https://github.com/hassio-addons/addon-jupyter/tree/7d76c8d
|
||||
[addon-doc-jupyter]: https://github.com/hassio-addons/addon-jupyter/blob/7d76c8d/README.md
|
||||
[jupyter-issue]: https://github.com/hassio-addons/addon-jupyter/issues
|
||||
[jupyter-version-shield]: https://img.shields.io/badge/version-ba73503-blue.svg
|
||||
[jupyter-version-shield]: https://img.shields.io/badge/version-7d76c8d-blue.svg
|
||||
[jupyter-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/jupyter-armhf.svg
|
||||
[jupyter-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[jupyter-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
2018/05/19 08:58 UTC - [ba73503](https://github.com/hassio-addons/addon-jupyter/commit/ba7350335d0c43bc304b79babb9f37e4424abde2) by [@frenck](https://github.com/frenck)
|
||||
> :ambulance: Fixes bokeh javascript support in JupyterLab
|
||||
2018/05/19 20:22 UTC - [7d76c8d](https://github.com/hassio-addons/addon-jupyter/commit/7d76c8d7ffee4f67b93a97695ec01a48fb236008) by [@frenck](https://github.com/frenck)
|
||||
> :arrow_up: py3-attrs >= 17.4.0-r1
|
||||
|
||||
|
|
|
@ -45,10 +45,10 @@ If you are more interested in stable releases of our add-ons:
|
|||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
||||
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
|
||||
[discord]: https://discord.gg/c5DvZ4e
|
||||
[docs]: https://github.com/hassio-addons/addon-jupyter/blob/ba73503/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-jupyter/blob/7d76c8d/README.md
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/?u=frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-concept-red.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-ba73503-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-jupyter/tree/ba73503
|
||||
[release-shield]: https://img.shields.io/badge/version-7d76c8d-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-jupyter/tree/7d76c8d
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Jupyter",
|
||||
"version": "ba73503",
|
||||
"version": "7d76c8d",
|
||||
"slug": "jupyter",
|
||||
"description": "Create documents containing live code, equations, visualizations, and explanatory text.",
|
||||
"url": "https://github.com/hassio-addons/addon-jupyter",
|
||||
|
@ -27,6 +27,7 @@
|
|||
"options": {
|
||||
"log_level": "info",
|
||||
"password": "",
|
||||
"github_access_token": "",
|
||||
"ssl": false,
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem",
|
||||
|
@ -36,6 +37,7 @@
|
|||
"schema": {
|
||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
|
||||
"password": "str",
|
||||
"github_access_token": "str",
|
||||
"ssl": "bool",
|
||||
"certfile": "str",
|
||||
"keyfile": "str",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue