This repository contains materials for the workshop.
- Create a single-instance use Jupyter Notebook server using our JupyterHub setup.
- In your browser, go to our Hub. Login with any username and password. Rememeber your username and password if you want to log in again.
- Upload all the notebooks (.ipynb files) in this repo to the Jupyter Notebook server you just started.
- Open the index.ipynb notebook
- This JupyterHub setup will be accessible till May 26th, 2017.
-
If you are new to Jupyter, we highly reccomend installing the Python 3.x version of Anaconda. Anaconda Distribution is a free, easy-to-install package manager, environment manager and Python distribution with a collection of over 720 open source packages with free community support. Installation packages are available for Windows, Linux and MacOS.
-
Download this repo. Clicking on the green clone or download button downloads this repo as a zip file. Extract the folder to a location on your computer.
-
Use Anaconda Navigator, a graphical user interface to launch Jupyter-Notebook app. Navigate to the folder and open the
index.ipynb
notebook. `
-
Clone the repo and install python packages
jupyter
,pandas
,requests
, andseaborn
. -
Launch the Jupyter Notebook app
jupyter-notebook
-
Open the
index.ipynb
notebook.