Environment#

There is a conda environment on the HPC cluster that contains all dependencies for this course. The environment is called mines_data_engineering.

This environment should be selected when starting notebooks or Python sessions.

_images/environment.png

Fig. 5 Be sure to select the mines_data_engineering environment when given the choice!#

To activate the environment in a terminal, use these commands:

module load apps/python3/2022.10
conda activate /beegfs/sets/data-engineering-spr-23/conda-env