Configure Dashboards#
Graphistry maintains graph-app-kit, which extends Streamlit with Docker, multi-app, graph, and other practical extensions.
Default configuration#
Public dashboards#
Publicly available at
public/dash/(note the trailing slash)Files stored at
./data/public_viewsWeb editing: Users with Jupyter notebook access can edit views in the Jupyter folder
graph-app-kit-public
Private dashboards#
Available to site staff at
private/dash/(note the trailing slash)Files stored at
./data/private_viewsWeb editing: Users with Jupyter notebook access can edit views in the Jupyter folder
graph-app-kit-private
Disable dashboards#
Remove one or both dashboards from the menus:
Go to the admin dashboard:
django-waffle->flags->flag_show_{public,private}_dashboardSet
EveryonetoNoSave
Disable the dashboard services:
Edit your
docker-compose.override.ymlServices:
graph-app-kit-publicandgraph-app-kit-private
Add or modify python libraries#
Python libraries can be added or modified as desired. See graph-app-kit documentation for more information on how to use this feature.