This is a Jupyter Notebook where data coming from a JSON file is analyzed in a simple and visual way.
Besides you can run Jupyter notebooks in a Docker container
Link to the exact notebook: https://github.com/rafahuelin/dockerized-jupyter-notebook/blob/master/notebooks/data_analysis.ipynb
- Run Dockerized Jupyter
docker-compose up
- Visit Jupyter on any of these URLs
http://127.0.0.1:8888 http://localhost:8888 http://0.0.0.0:8888