mirror of
https://gitea.psi.ch/APOG/acsm-fairifier.git
synced 2026-05-12 06:25:40 +02:00
cfd12d00721dd6ccac653ac2bdf3ee3aa79ac147
Installation
Open a terminal or Anaconda Prompt with access to `conda', and follow these steps to set up the environment for the Flagging App:
-
Update Conda:
conda update conda --yes -
Create a New Conda Environment:
conda create -n flaggingapp_env python=3.10 jupyter h5py numpy pandas scipy pyyaml plotly dash --yes -
Activate the Environment:
conda activate flaggingapp_env -
Install Jupyter Kernel:
python -m ipykernel install --user --name flaggingapp_env --display-name "Python (flaggingapp_env)" -
Install Additional Package:
pip install igor2
Languages
Jupyter Notebook
93.2%
Python
6.7%