This is a fork where I'll try to show my own experience and setup for running Linux + Win 10 dual boot on a 2021 Thinkpad P14s Gen2 with AMD Ryzen 7 5850U. I recommend to as well look at the gist I forked this from!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import librosa | |
| from librosa.display import specshow | |
| import matplotlib | |
| from matplotlib import pyplot as plt | |
| import numpy as np | |
| import os | |
| import scipy.signal | |
| %matplotlib inline |