⬆️ Updating add-on Jupyter to c2fc57d

This commit is contained in:
Community Hass.io Add-ons Bot 2018-06-19 20:55:17 +00:00
parent bfdc434262
commit 2df92cbd2e
4 changed files with 10 additions and 10 deletions

View file

@ -517,10 +517,10 @@ SOFTWARE.
[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-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-jupyter]: https://github.com/hassio-addons/addon-jupyter/tree/08be876
[addon-doc-jupyter]: https://github.com/hassio-addons/addon-jupyter/blob/08be876/README.md
[addon-jupyter]: https://github.com/hassio-addons/addon-jupyter/tree/c2fc57d
[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-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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[jupyter-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -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)
> :sparkles: Adds Pandas datareader package
2018/06/16 16:40 UTC - [c2fc57d](https://github.com/hassio-addons/addon-jupyter/commit/c2fc57d5be613860bc7de8ac321078d2d7e3fa5b) by [@frenck](https://github.com/frenck)
> :hammer: Moved around dependencies a bit, in order to speed up the build

View file

@ -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/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]: 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-08be876-blue.svg
[release]: https://github.com/hassio-addons/addon-jupyter/tree/08be876
[release-shield]: https://img.shields.io/badge/version-c2fc57d-blue.svg
[release]: https://github.com/hassio-addons/addon-jupyter/tree/c2fc57d

View file

@ -1,6 +1,6 @@
{
"name": "Jupyter",
"version": "08be876",
"version": "c2fc57d",
"slug": "jupyter",
"description": "Create documents containing live code, equations, visualizations, and explanatory text.",
"url": "https://github.com/hassio-addons/addon-jupyter",
@ -51,5 +51,5 @@
"environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
},
"image": "hassioaddons/jupyter-{arch}"
"image": "hassioaddons/jupyter"
}