Ipytone showcase examples illustrating the powerful capabilities of Jupyter notebooks for data visualization and sonification.
Note: data (audio samples, tables and shapefiles) not included in this repo.
Although it may be sub-optimal for some of the examples, you can run the notebooks without installing anything thanks to binder. Just follow the link below or click on the "launch binder" badge at the top of this document and it will launch remotely a new notebook server for you:
Assuming that you have git
and conda
installed, you can install all the packages required to run the notebooks in a
new conda environment using the following commands:
$ git clone https://github.com/geigr/ipytone-examples
$ cd ipytone-examples
$ conda env create -n ipytone-demo -f environment.yml
$ conda activate ipytone-demo
Note: you could use mamba instead of
conda
. mamba
is a faster alternative to conda
.