Skip to content

Instantly share code, notes, and snippets.

View danlester's full-sized avatar

Dan Lester danlester

View GitHub Profile
@danlester
danlester / panel_user_app.py
Created April 5, 2022 13:30
Example cdsdashboards Panel app including user detection
import panel as pn
import param
import ast
import json
HSPACER = pn.Spacer(height=4, background="#261342")
pn.extension("tabulator")
class EmployeeOverviewAdminRoot(param.Parameterized):
"""Employee Overview App for Administrators"""