Setup Instructions

User Manual:

Open the PDF directly: View PDF PDF.
Page Count: 1

DownloadSetup Instructions
Open PDF In BrowserView PDF
Advanced Topics in HCI ’19

Computational Mobile HCI

LMU Munich

Daniel Buschek
daniel.buschek@ifi.lmu.de

Setup jupyter notebooks
We will use jupyter notebooks, a great format for interactive learning and coding. The
notebooks run in the browser and combine website content (text, images, etc.) with executable
code. The easiest way to get everything you need is to install the python distribution Anaconda:

1.

Download Anaconda & Python (2.7, 3.X not tested): https://www.continuum.io/downloads

Anaconda comes with most packages required for scientific computing, but it is worth
checking. We need at least the following packages: numpy, scipy, pandas, matplotlib, seaborn.
Run the command below for these packages (conda will tell you if it’s already installed).

2.

To install missing packages, open a console and run: conda install packagename

Note: If conda cannot find a package you can also use: pip install packagename

Load the notebooks

3.

Download the files here: https://github.com/da-bu/ath2019.git

Open a console and navigate to that folder.

4.

Run the notebook server with: jupyter notebook

This should open a browser window with jupyter home opened at your current path. In this
window, open one of the notebooks and run the first code cell: Click on the cell with the import
statements (see figure below) and press ctrl+enter. You should not get any errors. If you get a
“UserWarning” you can ignore it.

A notebook cell with python code. Click on it and press ctrl+enter to execute the code in this cell.

Get started
Do not execute any further code in the notebooks; we will explore this during the session. If
you are not used to Python, it is worthwhile to familiarise yourself with some of the basics.
Here are a few resources:
Jupyter notebook basics
Python and numpy basics (make sure to read the numpy indexing section)



Source Exif Data:
File Type                       : PDF
File Type Extension             : pdf
MIME Type                       : application/pdf
PDF Version                     : 1.6
Linearized                      : Yes
Author                          : Daniel Buschek
Company                         : LMU München
Create Date                     : 2019:06:04 16:49:24+02:00
Modify Date                     : 2019:06:04 16:49:25+02:00
Source Modified                 : D:20190604144918
Language                        : EN-GB
Tagged PDF                      : Yes
XMP Toolkit                     : Adobe XMP Core 5.6-c016 91.163616, 2018/10/29-16:58:49
Metadata Date                   : 2019:06:04 16:49:25+02:00
Creator Tool                    : Acrobat PDFMaker 19 for Word
Document ID                     : uuid:c162e46f-0d2d-475f-9204-84825ed176a5
Instance ID                     : uuid:e0d2edf8-7737-44dc-b5e0-d99cf5d52da3
Subject                         : 45
Format                          : application/pdf
Creator                         : Daniel Buschek
Producer                        : Adobe PDF Library 19.12.66
Page Layout                     : OneColumn
Page Count                      : 1
EXIF Metadata provided by EXIF.tools

Navigation menu