User Tools

Site Tools


doku:python-workshop

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
doku:python-workshop [2019/10/11 15:30] carstendoku:python-workshop [2019/10/11 19:29] (current) – Befehle überarbeitet carsten
Line 23: Line 23:
  
 ---- ----
 +Die folgenden Befehle sind auf den o.g. PC-Pool (mit gebootetem Ubuntu-Linux) angepasst. Sie dienen zur Aktivierung der "richtigen" Python-Umgebung, zur Installation eines Zusatz-Paketes ([[https://github.com/cknoll/ipydex/ | ipydex]]) und zum Start von Jupyter Notebook.
  
 +Sie können alle auf einmal in ein Terminal kopiert werden.
 +----
  
-. /opt/anaconda3/bin/activate 
-     
-cd $HOMEPKDIR=pykurs-wise1920 
  
-PKDIR=pykurs-wise1920 +  . /opt/anaconda/bin/activate
- +
-mkdir -p $PKDIR+
          
-cd $PKDIR +  cd $HOME 
- +  PKDIR=pykurs-wise1920 
-pip install --user ipydex +  mkdir -p $PKDIR 
-    +  cd $PKDIR 
-git clone https://github.com/fsfw-dresden/python-ws-notebooks.git notebooks+  pip install --user ipydex 
 +  git clone https://github.com/fsfw-dresden/python-ws-notebooks.git notebooks 
 +   
 +  jupyter notebook ./ 
 +   
 +  echo "fertig"
  
 ---- ----
doku/python-workshop.1570800630.txt.gz · Last modified: 2019/10/11 15:30 by carsten