ideonate / cdsdashboards

JupyterHub extension for ContainDS Dashboards
https://cdsdashboards.readthedocs.io/
Other
200 stars 38 forks source link

Supports for `environments` traitlet being Callable #103

Closed costrouc closed 2 years ago

costrouc commented 2 years ago

Is your feature request related to a problem? Please describe.

Currently the environments available in cdsdashboards is fixed at start time. We would like to be able to load the available environments dynamically via a callable function.

Describe the solution you'd like

Allow for the environments trait to be callable.