A very small test plugin to test the visualisation interface is working for SynBioHub. Could be the basis for other python based visualisation plugins.
Run docker run --publish 8081:5000 --detach --name python-test-plug synbiohub/plugin-visual-test:snapshot
Check it is up using localhost:8081.
Run pip install -r requirements.txt to install the requirements. Then run FLASK_APP=app python -m flask run --port 5000. A flask module will run at localhost:5000/.