Welcome on the webpage of our TDA tutorial. Over here you will find some basic material and link to code. If you have any questions, please feel
free to drop me a line!
In this tutorial we will play with some code; it will be mostly in python, a little bit of it will be in R.
There are two possibilities to play with the code.
If you use Jupyter Notebooks, please install gudhi by using conda:
conda install -c conda-forge/label/cf201901 gudhi
conda install -c conda-forge/label/cf202003 gudhi
Then you should be good to go to use this tutorial.
Alternativelly you can use
the following google colab notebook. Please note that execution of the first cell will take a while and when the runtime disconnect, you will need to run it again. This solution however do not require any instalation on your computer.