Skip to content

An introduction to topological data analysis with examples

Notifications You must be signed in to change notification settings

CRIStAL-Sigma/steniq_tda_jan_2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steniq: Topological Data Analysis - January 2024

Installation using poetry

We use poetry, a tool for dependency management and packaging in Python to create a virtual environment (venv) from which run the project. You can install poetry following the steps described here.

Clone the repository using:

git clone https://github.com/CRIStAL-Sigma/steniq_tda_jan_2024.git

Then, simply let poetry do all the work. Create a virtual environment and install all the current dependencies using:

poetry install

Remark for conda users:

If you have Anaconda or Miniconda installed please disable the auto-activation of the base environment and your conda environment using:

conda config --set auto_activate_base false
conda deactivate

About

An introduction to topological data analysis with examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published