Graphic Server Protocol Application User Interface
Create a virtual environment and install the required packages:
# Create a virtual environment
python -m venv .venv
source .venv/bin/activate
# Install required packages
pip install -e . A. You can set the log level of datoviz with DVZ_LOG_LEVEL environment variable. See the doc
DVZ_LOG_LEVEL=4 GSP_RENDERER=datoviz python your_script.py