Skip to content

esciencecenter-digital-skills/parallel-python-workshop

Repository files navigation

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

About

Environment for the Parallel Python workshop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages