Graphistry maintains graph-app-kit, which extends Streamlit with Docker, multi-app, graph, and other practical extensions.
- Publicly available at
public/dash/(note the trailing slash) - Files stored at
./data/public_views - Web editing: Users with Jupyter notebook access can edit views in the Jupyter folder
graph-app-kit-public
- Available to site staff at
private/dash/(note the trailing slash) - Files stored at
./data/private_views - Web editing: Users with Jupyter notebook access can edit views in the Jupyter folder
graph-app-kit-private
-
Remove one or both dashboards from the menus:
- Go to the admin dashboard:
django-waffle->flags->flag_show_{public,private}_dashboard - Set
EveryonetoNo Save
- Go to the admin dashboard:
-
Disable the dashboard services:
- Edit your
docker-compose.override.yml - Services:
graph-app-kit-publicandgraph-app-kit-private
- Edit your