Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.62 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.62 KB

LibCrowds Notebooks

Computational analysis of LibCrowds data.

The Jupyter notebooks contained in this repository explore the data created via the LibCrowds platform. To work with interactive versions of the notebooks, visit the following URL:

https://mybinder.org/v2/gh/libcrowds/notebooks/master?urlpath=lab

The notebooks are located in the /notebooks folder.

Contents

  1. An Introduction to the LibCrowds Annotations Data Model

  2. An Introduction to Analysing In the Spotlight Data Using Python

  3. An Introduction to Visualising In the Spotlight Data Using Python

  4. Visualising In the Spotlight Data Over Time

Build setup

# clone with submodules
git clone https://github.com/LibCrowds/notebooks --recursive

# change directory
cd notebooks

# install dependencies
pip install -r requirements.txt

# raise memory limit (on Windows replace "export" with "set")
export NODE_OPTIONS=--max-old-space-size=4096

# install Jupyter extensions
jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter labextension install @jupyterlab/plotly-extension
jupyter labextension install plotlywidget

# run
jupyter lab