Skip to content

LibCrowds/notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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