sensein / b2aiprep

Apache License 2.0
5 stars 6 forks source link

fix: restore matplotlib in notebooks and more efficient pydra execution #26

Closed satra closed 3 months ago

satra commented 3 months ago

in order to restore matplotlib in notebooks, TTS installation was moved to it's own section (since TTS is only available for python 3.11). jupyterlab and ipympl is added in a separate doc section. closes #25

for efficient pydra execution, features are not returned by default and instead the saved feature file is re-opened for write into the output directory.