Install Jupyter & Tensorflow on Mac: Unterschied zwischen den Versionen
Aus exmediawiki
C.heck (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „Download & Install anaconda https://www.anaconda.com/download/ Update Anaconda. Open Terminal and type conda update conda conda update --all PIP install…“) |
C.heck (Diskussion | Beiträge) |
||
Zeile 9: | Zeile 9: | ||
PIP installieren | PIP installieren | ||
− | + | conda install pip | |
PIP upgraden | PIP upgraden |
Aktuelle Version vom 11. Oktober 2018, 15:59 Uhr
Download & Install anaconda
https://www.anaconda.com/download/
Update Anaconda.
Open Terminal and type
conda update conda conda update --all
PIP installieren
conda install pip
PIP upgraden
pip install --upgrade pip
Tensorflow installieren
pip install --upgrade tensorflow # for python 2.7 pip install --upgrade tensorflow # for python 3.*
Keras installieren#
pip install Keras
im Terminal type, um ein jupyter notebook zu starten in dem sich tensorflow code ausführen lässt:
jupyter notebook