mirror of
https://gitea.psi.ch/APOG/acsm-fairifier.git
synced 2026-08-01 19:53:37 +02:00
2e406f5c77e6fe7805aa101b768deff58d251266
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%