geigr / ipytone-examples

Ipytone examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binder

Ipytone Demo

Ipytone showcase examples illustrating the powerful capabilities of Jupyter notebooks for data visualization and sonification.

Overview

Music teaser

music teaser yt video

Hubble Deep Field

hubble yt video

Global CO2 concentration vs. air temperature

co2 vs temp yt video

French presidential election 2022 (1st round)

Note: data (audio samples, tables and shapefiles) not included in this repo.

french election yt video

River meandering

river meandering yt video

Landscape evolution model

landscape evolution yt video

Earthquake data

earthquake data yt video

Run the notebooks

Using Binder

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:

Install and run locally (Conda)

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.

About

Ipytone examples

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Jupyter Notebook 100.0%