Installing
Requirements
Python 3.9+
Install from PyPI
pip install graphbookgraphbookVisit http://localhost:8005
Install with Docker
Pull and run the latest image
docker run --rm -p 8005:8005 -v $PWD/workflows:/app/workflows rsamf/graphbook:latestVisit http://localhost:8005
Install from Source
Note
If you wish to run graphbook in development mode, visit the Contributing section.
Installing from source requires Poetry and Node.js.
Clone the repository
cd graphbookmake webpoetry install`poetry shellcd into the directory you want to create your workflows in
<PATH_TO_REPO>/scripts/graphbook