Some Jupyter notebooks (http://jupyter.org/) to explore music related datasets. To learn more about Jupyter notebooks, see this detailed tutorial: https://www.datacamp.com/community/tutorials/tutorial-jupyter-notebook#WhatIs
To run this repo online, click on the following Binder badge:
Binder (https://mybinder.org/) provides a framework to run Jupyter notebooks online without the need to install the whole Jupyter Notebook environment (especially useful for classes, e-learning etc).
Another option would be Google Notebooks (not used here): https://colab.research.google.com
To run this repo on your local machine, make sure you have installed the following:
-
Python (Version 3.6): https://www.python.org/downloads/ follow the instructions of the installer
-
Jupyter Notebook (http://jupyter.org/install)
After installation of Python, open terminal and type (if needed change „python3“ to „python“):
python3 --version python3 -m pip install --upgrade pip python3 -m pip install jupyter
After successfull installation, fork this repo and clone your fork to your local machine.
To start the notebook server, change to the directory of your local clone in your terminal and type:
jupyter notebook
The server should be running now and the jupyter dashboard should open in your browser.
The approach to use SPARQL in a Jupyter notebook is based on & inspired by @Bob DuCharme's blog entry:
and the corresponding notebook
It uses the sparqlkernel
written and released by Paulo Villegas: https://github.com/paulovn/sparql-kernel.
The notebooks in this repo are licensed under a Creative Commons Attribution 4.0 International License.