Jupyter does not work in Fedora 26

0

I am using the recent version of fedora (26), and all very well with Python3, it works perfectly the "Scipy stack" with the fedora commands I have been able to install and use numpy, pandas, etc. The problem is that I installed Jupyter with the command:

dnf install notebook

And it took a moment (like the other mathematical libraries), and it signaled a success at the end, but when I write

jupyter notebook

The terminal tells me:

bash: jupyter: command not found

I restarted the terminal and the operating system, and the same thing, I tried to install Jupyter again but it tells me that it already exists and there is nothing to do.

Does anyone know what can be done to use Jupyter in Fedora 26?

    
asked by Robby 19.07.2017 в 05:46
source

0 answers