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.
-
An Introduction to Analysing In the Spotlight Data Using Python
-
An Introduction to Visualising In the Spotlight Data Using Python
# 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