Skip to content

Notebook, data and Dash app used in talk on visualisation libraries

Notifications You must be signed in to change notification settings

claresloggett/demo_visualisation_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This notebook was used to demo some plotting libraries at BioInfoSummer 2017 and in my PyConAU 2017 talk.

If you'd like to run this Jupyter Notebook and/or Dash app yourself, you should be able to install all required packages using:

python -m venv env
source env/bin/activate
pip install -r requirements.txt

Depending on what version of Jupyter you're running, you may need to launch this notebook with a higher data rate limit so that visualisation libraries are not throttled in communicating with the browser, e.g.

jupyter notebook --NotebookApp.iopub_data_rate_limit=10000000

This issue is referenced here.

About

Notebook, data and Dash app used in talk on visualisation libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published