#### # create your virtual env python3.8 -m venv PATH/m2sisea_env # activate it source PATH/m2sisea_env/bin/activate #install the needed library pip install numpy scipy matplotlib pygsp jupyter scikit-image scikit-learn # leave the virtual env deactivate # go into the folder where the jupyter notebook lies cd PATH_JNB # activate the venv source PATH/m2sisea_env/bin/activate # run the notebook jupyter notebook SISEA-GSP_nocorrection.ipynb