To install, run the following commands below in your Terminal/Command Line:
pip install dash-bio==1.0.1
Dash is a web application framework that provides pure Python abstraction
around HTML, CSS, and JavaScript.
Dash Bio is a suite of bioinformatics components that make it simpler to
analyze and visualize bioinformatics data and interact with them in a Dash
application.
The source can be found on GitHub at plotly/dash-bio.
These docs are using Dash Bio version 1.0.1
.
>>> import dash_bio
>>> print(dash_bio.__version__)
1.0.1