├── LICENSE ├── README.md ├── Spotify_viewer.ipynb ├── environment.yml ├── jupyter_config.json ├── sample_data ├── StreamingHistory0.json ├── StreamingHistory1.json └── StreamingHistory2.json └── thumbnail.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voila-gallery/voila-spotify/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voila-gallery/voila-spotify/HEAD/README.md -------------------------------------------------------------------------------- /Spotify_viewer.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voila-gallery/voila-spotify/HEAD/Spotify_viewer.ipynb -------------------------------------------------------------------------------- /environment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voila-gallery/voila-spotify/HEAD/environment.yml -------------------------------------------------------------------------------- /jupyter_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voila-gallery/voila-spotify/HEAD/jupyter_config.json -------------------------------------------------------------------------------- /sample_data/StreamingHistory0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voila-gallery/voila-spotify/HEAD/sample_data/StreamingHistory0.json -------------------------------------------------------------------------------- /sample_data/StreamingHistory1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voila-gallery/voila-spotify/HEAD/sample_data/StreamingHistory1.json -------------------------------------------------------------------------------- /sample_data/StreamingHistory2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voila-gallery/voila-spotify/HEAD/sample_data/StreamingHistory2.json -------------------------------------------------------------------------------- /thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voila-gallery/voila-spotify/HEAD/thumbnail.png --------------------------------------------------------------------------------