Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 355 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 355 Bytes

Using the environment.yml file in the git repository, create a new conda environment using the terminal and open Jupyter Lab:

conda env create --file environment.yml
conda activate pace
python -m ipykernel install --user --name pace
jupyter lab

Once jupyter lab is launched, turn on the pace kernel in the drop down menu in the top right corner.