Open leonkyneur opened 1 year ago
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:
Proposed change
occationally it would be nice to be able parse values from an options_form into my batchspawner commands
There doesn't seem to be any way for this kind of thing to be functional as
format_template
is never run for these values.Alternative options
Alternatively this could probably be achived using spawner args?
or not using batchspawner_singleuser_cmd and placing the command inside the batch script? (though not sure if this works when trying to convey the port back to jupyterhub).
Who would use this feature?
Anyone trying to parse user options and arguments to their batchspawner commands.
(Optional): Suggest a solution
This is what I have used to overcome this limitation.