Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 307 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 307 Bytes

Symphony

Installation

Install Miniconda for Python 3+: https://docs.conda.io/en/latest/miniconda.html

conda create -n SymphonyEnv python=3.6.10 pip
conda activate SymphonyEnv
pip install -r requirements.txt

Running Notebook

jupyter notebook notebooks/SymphonyDemo.ipynb