- Clone or download the Github repository.
- Install Miniconda or Anaconda on your Linux or Windows machine or use FASRC Cannon cluster.
- Create a Conda environment for this course using the following command,
conda env create -f py_course.yml
- Activate the newly create Conda environment (
py_course
) by,
conda activate pycourse
- Install Jupyter Notebook (or Jupyter Lab) on your machine or use FASRC Open OnDemand interface.
pip install jupyter
-
Run the Jupyter Notebook and open the
PyDataCourse.ipynb
file. -
On FASRC Cluster Terminal:
module load Anaconda3 (skip on your laptop)
conda create --name pycourse python=3.11
source activate pycourse
pip install jupyter vprof snakeviz numpy perfplot pandas
conda install pytables