You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jupyterhub.spawner.Spawner defines options_from_form as a Callable traitlet. dockerspawner.DockerSpawner instead defines options_from_form as a method. This prevents overriding options_from_form without subclassing. Is there a reason for this change?
Bug description
jupyterhub.spawner.Spawner defines
options_from_form
as a Callable traitlet.dockerspawner.DockerSpawner
instead definesoptions_from_form
as a method. This prevents overridingoptions_from_form
without subclassing. Is there a reason for this change?I arrive here from investigating a related question: https://discourse.jupyter.org/t/more-love-to-spawner-options-form/31126?u=anton_akhmerov
The text was updated successfully, but these errors were encountered: