Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1018 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 1018 Bytes

Scipy 2022 Tutorials

Development Repository

Get started by installing the conda environment.

cd into project root
mamba env create -f environment.yml
conda activate scipy_dev
pip install -e .

Presentation

Our presentation is compiled to HTML using marp, which needs to be installed and made available to the PATH. To get a PDF version that correctly displays pauses/breaks, we utilize decktape.

Installation of marp and decktape

To check that both executables are installed run

$ pytask src/scipy_dev/task_test_installations.py

Installation:

  • marp: Can be installed from the README instructions
  • decktape: Can be installed via npm install -g decktape

Credits

This project was created with cookiecutter and the cookiecutter-pytask-project template.