Install heat-tree
npm install heat-treeEmbed a heat-tree widget in a div with an ID of container:
import { heatTree } from 'heat-tree';
heatTree('#container', {name: 'My Tree', tree: "(A:0.1,B:0.2,(C:0.3,D:0.4):0.5);"});For the python package that wraps this library for use with Python and Jupyter notebooks, see this documentation.
For the R package that wraps this library, see this documentation.