Installation

Bioconda

conda install -c bioconda genenotebook

Docker

docker pull genenotebook/genenotebook

Build from source (this requires node.js)

git clone https://github.com/genenotebook/genenotebook
cd genenotebook
npm install && npm run bundle