Add Custom Queues/PartitionsΒΆ
This tutorial will walk you through replacing the bc_queue
form
attribute in your Interactive App with a custom HTML <select>
element (a
drop-down list of options) that allows the user to choose from a list of
queues/partitions to submit their batch job to.
Warning
This tutorial will assume that you have walked through and setup a working instance of the Jupyter Interactive App following the directions outlined under Add a Jupyter App.
As there are multiple solutions to add custom queues/partitions to your Interactive Apps, we document a few such solutions that range in complexity as well as possible access restrictions that a developer may have.