mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-04 19:21:26 +00:00
⬆️ Updating add-on Jupyter to c2fc57d
This commit is contained in:
parent
bfdc434262
commit
2df92cbd2e
4 changed files with 10 additions and 10 deletions
|
@ -517,10 +517,10 @@ SOFTWARE.
|
||||||
[influxdb-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[influxdb-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[influxdb-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[influxdb-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
[influxdb-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
[influxdb-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||||
[addon-jupyter]: https://github.com/hassio-addons/addon-jupyter/tree/08be876
|
[addon-jupyter]: https://github.com/hassio-addons/addon-jupyter/tree/c2fc57d
|
||||||
[addon-doc-jupyter]: https://github.com/hassio-addons/addon-jupyter/blob/08be876/README.md
|
[addon-doc-jupyter]: https://github.com/hassio-addons/addon-jupyter/blob/c2fc57d/README.md
|
||||||
[jupyter-issue]: https://github.com/hassio-addons/addon-jupyter/issues
|
[jupyter-issue]: https://github.com/hassio-addons/addon-jupyter/issues
|
||||||
[jupyter-version-shield]: https://img.shields.io/badge/version-08be876-blue.svg
|
[jupyter-version-shield]: https://img.shields.io/badge/version-c2fc57d-blue.svg
|
||||||
[jupyter-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/jupyter.svg
|
[jupyter-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/jupyter.svg
|
||||||
[jupyter-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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
|
[jupyter-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
2018/05/20 08:24 UTC - [08be876](https://github.com/hassio-addons/addon-jupyter/commit/08be876b9ea43a50d2a8233ad35424430d542eb0) by [@frenck](https://github.com/frenck)
|
2018/06/16 16:40 UTC - [c2fc57d](https://github.com/hassio-addons/addon-jupyter/commit/c2fc57d5be613860bc7de8ac321078d2d7e3fa5b) by [@frenck](https://github.com/frenck)
|
||||||
> :sparkles: Adds Pandas datareader package
|
> :hammer: Moved around dependencies a bit, in order to speed up the build
|
||||||
|
|
||||||
|
|
|
@ -45,10 +45,10 @@ If you are more interested in stable releases of our add-ons:
|
||||||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
||||||
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
|
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
|
||||||
[discord]: https://discord.gg/c5DvZ4e
|
[discord]: https://discord.gg/c5DvZ4e
|
||||||
[docs]: https://github.com/hassio-addons/addon-jupyter/blob/08be876/README.md
|
[docs]: https://github.com/hassio-addons/addon-jupyter/blob/c2fc57d/README.md
|
||||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||||
[forum]: https://community.home-assistant.io/?u=frenck
|
[forum]: https://community.home-assistant.io/?u=frenck
|
||||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-concept-red.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-concept-red.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-08be876-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-c2fc57d-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-jupyter/tree/08be876
|
[release]: https://github.com/hassio-addons/addon-jupyter/tree/c2fc57d
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Jupyter",
|
"name": "Jupyter",
|
||||||
"version": "08be876",
|
"version": "c2fc57d",
|
||||||
"slug": "jupyter",
|
"slug": "jupyter",
|
||||||
"description": "Create documents containing live code, equations, visualizations, and explanatory text.",
|
"description": "Create documents containing live code, equations, visualizations, and explanatory text.",
|
||||||
"url": "https://github.com/hassio-addons/addon-jupyter",
|
"url": "https://github.com/hassio-addons/addon-jupyter",
|
||||||
|
@ -51,5 +51,5 @@
|
||||||
"environment": {
|
"environment": {
|
||||||
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
|
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
|
||||||
},
|
},
|
||||||
"image": "hassioaddons/jupyter-{arch}"
|
"image": "hassioaddons/jupyter"
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue