Numpy Not working Lab 2

Hello,

I am having some trouble on Lab 2 when I am trying to find the normalized matrix using numpy. For some reason it doesn’t seem to be importing numpy at all and I can’t edit the part that requires it. This is happening on both Exercises 5 and 6. There does not seem to be anything wrong with the code that I wrote, just that numpy isnt recognised which is really strange.

Thank you,

Scott Reinhardt

Initial Tip:
Every time you open a notebook, you have to run all of the cells starting from the top. That’s where the assets are imported and the workspace is configured.

2 Likes

Thank you! That worked.

1 Like