# How to run the codes in the Conda environment: ## Create a fully functional environment from the shared yml file environment.yml: conda env create -f environment.yml ## Activate the environment named enclave_test (this name is defined in the first line of the yml file): conda activate enclave_test ## Then you can run the codes in .ipynb files