Skip to main content

A Dashboard displaying survey data in an interactive way and allow for interactive exploration.

Project description

Survey dashboard

A dashboard to display survey data in an interactive way.

Overview

This repository contains a dashboard using Panel and Bokeh, developed to display data from HMC surveys in an interactive exploratory way. It is designed such that the code for the interactive visualizations might be reused for other projects. Example of a deployed version can be found here

Some impressions: dashboard_overview dashboard_methods Dashboard_survey_data_explorer

Installation

After downloading the git repository you can install the software either with pip or poetry. We recommend setting it up in a separate python virtual environment.

pip install survey_dashboard

or

poetry install .

Usage

After installation you can start the app, i.e the panel server/bokeh server.

panel serve --port 50006 survey_dashboard/ 

If you have given the dashboard a specific layout like the layout specific to HMC, which is on the hmc_specific branch, you might have to link to to a specific template.

panel serve --port 50006 survey_dashboard/ --static-dirs en_files=./survey_dashboard/hmc_layout/static/en_files
  • Navigate to http://localhost:50006/ in your browser.

Deployment

To embed the dashboard into any website, first you have to host a bokeh server with this application somewhere and then you can embed it with bokehs sever_document function see

Do steps under usage above, but for a public exposed URL, or what ever is used for deployment. The Language verison of the dashboard can be set with the environment variable: 'L

Add the code from 'script' to you website:

from bokeh.embed import server_document
script = server_document("url_to_running_server")
script

Copyright and Licence

See LICENSE.

Main used libraries and dependencies

The following libraries are used directly (i.e. not only transitively) in this project:

Acknowledgements

HMC Logo    FZJ Logo

This project was developed at the Institute for Materials Data Science and Informatics (IAS-9) of the Jülich Research Center and funded by the Helmholtz Metadata Collaboration (HMC), an incubator-platform of the Helmholtz Association within the framework of the Information and Data Science strategic initiative.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

survey_dashboard-0.1.0.tar.gz (1.5 MB view details)

Uploaded Source

Built Distribution

survey_dashboard-0.1.0-py3-none-any.whl (1.5 MB view details)

Uploaded Python 3

File details

Details for the file survey_dashboard-0.1.0.tar.gz.

File metadata

  • Download URL: survey_dashboard-0.1.0.tar.gz
  • Upload date:
  • Size: 1.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for survey_dashboard-0.1.0.tar.gz
Algorithm Hash digest
SHA256 a1a1c71405659c4d9f1222dda0f7b4d7c9359460c7903917f860ecb24feceb93
MD5 ddf4d12eb4a2eb01d20bbf28822b633b
BLAKE2b-256 8f9c65eb67115fc8722b33e658237ef6ac4e867529757cdd72a201f1d5cd5563

See more details on using hashes here.

File details

Details for the file survey_dashboard-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for survey_dashboard-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7de338af7e2b1d050eec0931a6395f6e8f537a42e7633eba66d4a03e9da190e5
MD5 18defe5671059be00c1db0d9ad351871
BLAKE2b-256 fbbff0fd5c53bb7142b5dfb35b155dd7bdb36c019343b6334ddd9defadf5e693

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page