Risposte:
Apri il terminale e digita:
sudo apt install python3-notebook jupyter jupyter-core python-ipykernel
Per avviare il server notebook, eseguire il comando seguente:
jupyter notebook
Dovresti vedere Jupyter Notebook aperto nel tuo browser web.
Ubuntu 17.04 e 17.10
In Ubuntu 17.04 e versioni successive Jupyter Notebook è disponibile nei repository Ubuntu predefiniti e può essere installato rapidamente e facilmente usando apt. Apri il terminale e digita:
sudo apt install jupyter-notebook jupyter-core python-ipykernel
python-ipykernel è necessario per eseguire i programmi Python 2.x in Jupyter Notebook, che altrimenti supporta solo Python 3.x.
Per avviare il server notebook, eseguire il comando seguente:
jupyter notebook
Dovresti vedere Jupyter Notebook aperto nel tuo browser web
Ubuntu 16.04 e precedenti
Google Colaboratory è l'ambiente per notebook Jupyter gratuito di Google che non richiede alcuna configurazione e funziona interamente nel cloud.
jupyter-troubleshoot
ti aiuterà a risolvere questo problema.
apt-get install jupyter-notebook
, come suggerito qui: stackoverflow.com/questions/42648610/…
L'ho installato usando
pip install jupyter
( pip3 se è installato Python3; inoltre, assicurarsi di disporre dell'accesso root, ovvero aver effettuato l'accesso al terminale come root @ ... )
e per le dipendenze di Python
apt-get install build-essential python3-dev
In Ubuntu desktop 14.04.3 LTS. Sono su python3.
Non sembra essere possibile usando solo apt-get.
apt-file find jupyter ## returns no results
Per 16.04:
sudo apt-get install python-pip
pip install --upgrade pip ## secret sauce -- pip fails otherwise
sudo pip install jupyter
poi
jupyter notebook
Sostituisci 'pip' con 'pip3' per l'uso con Python3.
Sulla base delle raccomandazioni ufficiali qui dovremmo usare:
python -m pip install jupyter
python3 -m pip install jupyter
Dopo questo comando e tutti i precedenti ho avuto un problema con l'errore di autorizzazione. Per risolverlo dovremmo usare il comando seguente:
python -m pip install jupyter --user
python3 -m pip install jupyter --user
sudo -H pip3 install jupyter
(con pip3
, non pip
) ha funzionato per me dopo numerosi altri approcci. L'ho fatto su Ubuntu Linux con Python 3.5.3 integrato nel Chromebook Lavano c330. Spyder installato e numerosi comandi preferiti come "individuare".
$jupyter notebook
Errore nell'esecuzione del comando 'notebook' di Jupyter: [Errno 2] Nessun file o directory simile