Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 257 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 257 Bytes

DSP19

Jupyter Notebooks and material from the DSP19 course

You must create a conda env this way

conda create --name envname python=3.6.2 jupyter

then install the requirements


conda activate envname


pip install -r requirements.txt