- Download VS Code
- Download Node.js
- Download the SoundCloud for VS Code repository
- Open the repository in VS Code (File -> Open Folder...; Ctrl + K, Ctrl + O)
- Open a terminal window in VS Code and enter the following command (View -> Terminal; Ctrl + `)
npm install
- Open the repository in VS Code (File -> Open Folder...; Ctrl + K, Ctrl + O)
- Run the extension in VS Code (Run -> Start Debugging; F5)
- Click on the Run and Debug button on the left side of the VS Code window (Ctrl + Shift + D)
- At the top left of the VS Code window, next to the green play button select "Extension Tests"
- Run the extension in VS Code (Run -> Start Debugging; F5)
- Install Python and pip
pip3 install numpy
pip3 install plotly
pip3 install dash
- Move to the figures directory (
cd figures/
) - Run generate_table.py (
python3 generate_table.py
) - Follow the instructions that are printed when running generate_table.py
- Open the link that follows "Dash is running on" (It should look something like http://127.0.0.1:8050/)
- The table can be saved using the "Download plot as png" button in the top left.