This is a network visualization based on dash-cytoscape for the art exhibition THE SOCIAL NETWORK. Die Gästebücher des Kunstsammlers Franz Moufang in the Kunstverein Heidelberg.
The web app needs to be served locally or over the internet.
Requirements:
- Python + Pip
Instructions:
python -m pip install -r requirements.txt
python app.pyIf you need to serve this in the production environment, you should stop the previously running
gunicorn process by identifying its PID with ps ax | grep gunicorn and kill it. Then, in
the moufang-exhibition directory do:
nohup gunicorn app:server -b :8000 &The code in app.py is licensed under the MIT license. The data in data.json is licensed t.b.d.