Skip to content

MDverse/mdde

Repository files navigation

MDverse data explorer

Live app available at https://mdverse.streamlit.app/

Setup your environment

Clone the repository:

git clone https://github.com/MDverse/mdde.git

Move to the new directory:

cd mdde

Install miniconda.

Install mamba:

conda install mamba -n base -c conda-forge

Create the mdde conda environment:

mamba env create -f binder/environment.yml

Load the mdde conda environment:

conda activate mdde

Note: you can also update the conda environment with:

mamba env update -f binder/environment.yml

To deactivate an active environment, use

conda deactivate

Get data

Data files are directly downloaded from Zenodo.

Run the web application

streamlit run MDverse_data_explorer.py