nebari-dev / jupyterlab-gallery

A JupyterLab gallery for presenting and downloading examples
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Implement and document server-side configuration #4

Closed krassowski closed 3 months ago

krassowski commented 3 months ago

The configuration file with links to repositories, descriptions, etc can be either a custom toml/json/yaml file or a traitlet (py/json file); the question here boils down to preferences on file format, and:

Originally posted in https://github.com/nebari-dev/nebari/issues/2456#issuecomment-2112053214

Note: It cannot be placed in a JupyterLab JSON overrides as these are client-side and would expose PATs

krassowski commented 3 months ago

There needs to be a way to setup it via nebari config; if it is a traitlet, then maybe nebari should have a sibling entry to jupyterlab.default_settings but for the server-side settings.