nebari-dev / nebari-slurm

An opinionated open source deployment of jupyterhub based on an Slurm job scheduler.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to have normal jupyterlab server start without passing a options page for resources

costrouc opened this issue · comments

Based on https://github.com/jupyterhub/jupyterhub/blob/dcf21d53fd9e6c131a269550c0a46f08ca9df5bb/docs/source/reference/spawners.md#spawner-options-form, I've attempted setting options_form to be blank, but it seems to have no effect:

jupyterhub_custom:
  QHubHPCSpawner:
    options_form: ""

@Adam-D-Lewis my thoughts were to add an ansible variable e.g. jupterhub_qhub_options_form: True/False and this would comment jinja conditionally include the custom form logic.