A collection of examples that show how the excavator data can be used to explore your personal data.
- Browse through the list of jupyter notebooks (the list of
ipynb
files in this repository). - Open an example (for example,
google-location-history.ipynb
) by clicking on it. - Once open, click the Notebook Viewer link to be able to interact with the notebook in your browser (without executing cells). This should render the figures.
Note, if a notebook doesnt render in GitHub, you can copy and paste it's URL and view it in nbviewer
To execute cells and run the code on your own data:
- Clone the repository with
git clone https://github.com/ichnion/jupyter-examples.git
- Go to the directory of the cloned repository on your computer.
- Install the requirements (see requirements section below)
- Launch a jupyter server with
jupyter notebook
- Open the notebook in a browser at http://localhost:8888/notebooks
These examples require that you have installed the excavator
tool along with
the Python packages listed in the requirements.txt
file.
The excavator can be installed following these instructions.
Onced installed, you can check which version you are running with:
excavator --version
and see a list of commands using:
excavator --help
Install required python packages with:
pip install -r requirements.txt