Skip to main content

Web graphical user interface for NWB conversion and exploring

Project description

NWB Web GUI

Web graphical user interface for NWB conversion and visualization.

1. Installation

pip install -e .

2. Running

python wsgi.py

The app should be running on localhost:5000

3. Running on docker container (referencing a local folder)

  • Change on config.ini file the DATA_PATH to /usr/src/nwb_web_gui/files
  • build docker with:
docker build -t latest . 
  • run the docker with:
docker run -it -p 5000:5000 -p 8866:8866 -v /host/path/to/filesFolder:/usr/src/nwb_web_gui/files <image_id>

3. Documentation

Documentation

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

nwb-web-gui-0.1.2.tar.gz (72.1 kB view hashes)

Uploaded Source

Built Distribution

nwb_web_gui-0.1.2-py3-none-any.whl (76.4 kB view hashes)

Uploaded Python 3

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