- Alessia Marcolini @alessiamarcolini
- Bence Fazekas @fazonbence
- Harish Sekar @HaRRy-19
$ git clone https://github.com/fazonbence/2_Visualisation_Assignment
$ cd 2_Visualisation_Assignment
$ conda env create -f env.yml -n dataviz
$ conda activate dataviz
Tissue images are stored in this Google Drive folder.
Download them and put them in the heart-failure/static/tiles_flat
folder.
$ 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