How do I access libraries in the SciPy stack like Jupyter, NumPy, Pandas, Sklearn, Matplotlib, etc?

I’d like to use these to run my jobs on the cluster.

You can access all of them via
module load anaconda3/2020.02

For other python libraries you find missing, it is recommended to create a virtual environment using anaconda, and install using conda or pip