- download the dockerimage jupyter/datascience-notebook
- run the start.bat
- initialize the jupyter notebook on localhost:8888 and attach the git-repository as root directory
docker run -it --rm -p 8888:8888 -v C:/[path to git repository]:/home/jovyan/work jupyter/datascience-notebook
- download the datasets from Kaggle into the following directory: "data/"
- rename the file of the fiscal year 2014 to "Parking_Violations_Issued_-_Fiscal_Year_2014.csv"
- open and run the following script to install the dependencies and modules 'scripts/install_modules'
- Scripts are stored in the scripts-folder
- Data is stored in the data-folder
- Gmaps: https://github.com/pbugnion/gmaps
- GoogleMapsAPI: googlemaps
- Folium: https://folium.readthedocs.io/en/latest/
- Feather: https://pypi.python.org/pypi/feather-format
- plotly: https://plot.ly/
- cufflinks: https://plot.ly/ipython-notebooks/cufflinks/
- juypter/datascience-notebook
- https://hub.docker.com/r/jupyter/datascience-notebook/