This is supposed to become a collection of notebooks for various common tasks with social media data.
Please consider that this is public, so please keep everything (including the commit history) tidy (no keys, no sensitive research data, no passwords, and try to write readable code).
Install pipenv according to its installation instructions for your system
- Use as template and clone
- Run
pipenv install
in repo directory - Run
pipenv shell
in repo directory - Run
jupyter-lab
in repo directory
Now a browser should open with a Jupyter Lab interface that allows you to use the available notebooks.
Please report issues with these instructions.