Installing
Requirements
Python 3.10+
Install from PyPI
pip install graphbook
graphbook
Visit 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:latest
Visit 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 graphbook
make web
poetry install`
poetry shell
cd into the directory you want to create your workflows in
<PATH_TO_REPO>/scripts/graphbook