Sublime Forum

Numpy is installed but not giving results

#1

I have installed numpy latest version 1.20.2 but absolutely no results. Why?

0 Likes

#2

You’re not calling print() to see the result like you are on line 2 where you display the version.

You may be mistaking executing a script with using a REPL.

0 Likes

#3

Thank you with print() it works. Sorry for my stupid questions but why in Jupiter they do not call print() but just the variable name and the result is printed? I am already using terminus thanks to your video on youtube!

I am already using terminus and it is working nicely however I don’t understand why is not reporting the execution time.

0 Likes

#4

A Jupiter Notebook isn’t a python file and can’t be run by people without Jupiter. If you’re writing actual python files it looks like Jupiter behaves the same way as ST does here.

0 Likes

#5

Thanks Benjamin. Now it make sense

0 Likes