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
- Host: GitHub
- URL: https://github.com/gesiscss/wikiwho_tutorial
- Owner: gesiscss
- License: mit
- Created: 2018-11-19T14:21:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-22T09:02:20.000Z (over 2 years ago)
- Last Synced: 2025-01-28T16:34:49.598Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 38.1 KB
- Stars: 2
- Watchers: 13
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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): [](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