An open API service indexing awesome lists of open source software.

https://github.com/gesiscss/wikiwho_tutorial

A simple tutorial for WikiWho that uses the wikiwho_wrapper
https://github.com/gesiscss/wikiwho_tutorial

Last synced: 7 months ago
JSON representation

A simple tutorial for WikiWho that uses the wikiwho_wrapper

Awesome Lists containing this project

README

          

# wikiwho_tutorial

A simple tutorial for WikiWho that uses the wikiwho_wrapper

# Run with Binder:

You can use run the tutorial online with Binder (may take a few minutes): [![Binder](https://notebooks.gesis.org/binder/badge_logo.svg)](https://notebooks.gesis.org/binder/v2/gh/gesiscss/wikiwho_tutorial/master?filepath=1.%20API%20requests%20(WikiWho%20wrapper).ipynb)

# Installation

1. Install the requirements:

```bash
pip install -r requirements.txt
```

2. Install nbstripout to make sure output changes are never merge in the branch:

```bash
nbstripout --install
```

# Run jupyter:

1. Run jupyter

```bash
jupyter notebook
```

2. Browse `localhost:8888`

3. Go to the `tutorial` directory, and follow the tutorials