Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 952 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 952 Bytes

2IMV20 Visualization - Information Visualization and Interaction Assignment

Team members

Setup

Python environment

$ git clone https://github.com/fazonbence/2_Visualisation_Assignment
$ cd 2_Visualisation_Assignment
$ conda env create -f env.yml -n dataviz
$ conda activate dataviz

Download images

Tissue images are stored in this Google Drive folder.

Download them and put them in the heart-failure/static/tiles_flat folder.

Start Bokeh server

$ bokeh serve heart-failure

To start the server in development mode (so that Bokeh will reload application on any code change):

$ bokeh serve heart-failure --dev