Interaktive Jupyter Notebooks using Open Data from the City of Zurich

Interaktive Jupyter Notebooks using Open Data from the City of Zurich

# Exploring open data This set of notebooks is meant to encourage the exploration of data from the world around us. Notebooks should: 1. introduce people who are new to data analysis and programming computers to the tools and ideas of data analysis; and 1. inspire experienced data practicioners and function as a reference/example gallery analysing public datasets. # Try it live [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/wildtreetech/explore-open-data/master) You can try out all the examples live **without installing anything** by clicking the badge above. Feel free to edit and explore as you wish! Otherwise find the [code on Github](https://github.com/wildtreetech/explore-open-data). # Contents 1. [Introduction to python and jupyter](https://mybinder.org/v2/gh/wildtreetech/explore-open-data/master?filepath=introduction.ipynb) 1. [Biking in Zurich](https://mybinder.org/v2/gh/wildtreetech/explore-open-data/master?filepath=bikes-per-week.ipynb) 1. [Zurich weather](https://mybinder.org/v2/gh/wildtreetech/explore-open-data/master?filepath=weather-trends.ipynb) 1. [Zurich weather, part two](https://mybinder.org/v2/gh/wildtreetech/explore-open-data/master?filepath=zurich-weather-exploration.ipynb) # Contributing This project is about making open data accessible to more people. In that spirit everybody is encouraged to contribute to this repository. If you find a typo, a bug or anything else that is weird: the thing to do is to [create a new issue](https://github.com/wildtreetech/explore-open-data/issues/new) to report it. If you want to make a change yourself but don't know how, create an issue an we will help you with the technical steps to get it done. If you are an experienced GitHub user, feel free to create a PR straight away. More [details on contributing](CONTRIBUTING.md). # License All code is licensed as [BSD 3-Clause License](LICENSE). The city of Zurich data is licensed under [CC0](https://creativecommons.org/publicdomain/zero/1.0/). The `introduction.ipynb` notebook was derived from https://github.com/cms-opendata-education/cms-online-notebooks-for-binder with permission from the author. # FAQ If you get an error message «Connection failed» it's probably because your firewall/proxy doesn't allow a websocket connection. You could try to run the notebooks an your mobile, this probably works.

Zur Website