From 27ce4a291ba27f2c82ae53f4f5ccbbd508f6f733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=A4schke?= <jaeschke@l3s.de> Date: Sat, 4 Nov 2017 08:36:38 +0000 Subject: [PATCH] +Links --- README.org | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.org b/README.org index d87a243..693a05d 100644 --- a/README.org +++ b/README.org @@ -3,7 +3,7 @@ Hier finden Sie die Jupyter-Notebooks für das Seminar. Die Notebooks sind im Wesentlichen eine Übersetzung der 2. Ausgabe des Buches [[http://greenteapress.com/wp/think-python-2e/][Think -Python]]" von Allen B. Downey. +Python]]" von Allen B. Downey. Die Notebooks finden Sie im Ordner [[file:notebooks/][notebooks]]. Sie können sich die Notebooks hier ansehen aber nicht ausführen. Dazu müssen Sie sie @@ -47,16 +47,16 @@ nutzen. erhalten. Wenn niemand helfen kann, helfen wir Ihnen! *** Windows -- https://www.anaconda.com/distribution/ -- http://technivore.org/posts/2016/02/27/windows-jupyter-three-ways.html +- [[https://www.anaconda.com/distribution/]] +- [[http://technivore.org/posts/2016/02/27/windows-jupyter-three-ways.html]] *** Linux - Je nach Distribution das passende Paket installieren, z.B. in Debian mittels ~apt-get install python3-notebook~. - Anaconda enthält sowohl Jupyter Notebooks, als auch Python 3.5 oder 3.6 Kernel und einige wichtige Python-Bibliotheken wie z.B. Numpy. - - Die Python-Version 3.6 ist hier zu finden: https://www.anaconda.com/download/#linux - - Die Python-Version 3.5 hier: https://docs.anaconda.com/anaconda/faq#how-do-i-get-anaconda-with-python-3-5 - - Hier Hilfestellung zur Instalation von Conda: https://docs.anaconda.com/anaconda/install/linux + - Die Python-Version 3.6 ist hier zu finden: [[https://www.anaconda.com/download/#linux]] + - Die Python-Version 3.5 hier: [[https://docs.anaconda.com/anaconda/faq#how-do-i-get-anaconda-with-python-3-5]] + - Hier Hilfestellung zur Instalation von Conda: [[https://docs.anaconda.com/anaconda/install/linux]] *** Mac -- Ananconda für Mac, wählen Sie Python 3.6 aus: https://www.anaconda.com/download/#macos -- Mac OS X Installations-Hilfe: https://docs.anaconda.com/anaconda/install/mac-os#macos-graphical-install +- Ananconda für Mac, wählen Sie Python 3.6 aus: [[https://www.anaconda.com/download/#macos]] +- Mac OS X Installations-Hilfe: [[https://docs.anaconda.com/anaconda/install/mac-os#macos-graphical-install]] -- GitLab