/parallel-python-workshop

Environment for the Parallel Python workshop

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

parallel-python-workshop

Python application Binder

Environment for the Parallel Python workshop. Lesson material can be found on the Software Carpentry Incubator

If the tests pass, your setup is good for the workshop.

For conda users

conda env create -f environment.yml
conda activate parallel-python
pytest

Or use Poetry

pip install --user poetry
poetry install
poetry run pytest