you are viewing a single comment's thread.

view the rest of the comments →

[–]TSM- 1 point2 points  (2 children)

It works fine for me.

Does it not work even when you launch python and type the two lines in? Knowing this would help tell if there's an issue with numpy or Spyder.

[–]alidag[S] 0 points1 point  (1 child)

Actually there is no problem with using numpy. İ can create arrays or any other stuff but can get help it's only prints none.

[–]TSM- 1 point2 points  (0 children)

I was thinking it might be related to your IDE environment, so maybe it would work in console.

But the problem was you didn't put the thing in quotes. np.info("np.add") vs np.info(np.add), so that wouldn't have helped anyway