I've recently begun the CS50P course and their web-based codespace doesn't seem to be meant for importing other tools like matplotlib into the system. I've managed to install Python locally to my computer, but I couldn't get it to work with matplotlib and other related tools that involve graphing/data analysis. Any recommendations and/or resources?
Note - I'm a complete beginner to programming.