Search

Search

Help

Page 3 of 423. Showing 4,229 results (0.034 seconds)

  1. Python job submission with Python language callback

    Here, we demonstrate how to submit a job through the Python API that runs a python script as a callback. This example shows a very simple callback that writes the job id…
    Qube 6.9Jul 05, 2017
  2. Python job submission with Python language callback

    Here, we demonstrate how to submit a job through the Python API that runs a python script as a callback. This example shows a very simple callback that writes the job id…
    Qube 6.10May 23, 2018
  3. Python job submission with Python language callback

    Here, we demonstrate how to submit a job through the Python API that runs a python script as a callback. This example shows a very simple callback that writes the job id…
    Qube 7.0Nov 04, 2020
  4. Python job submission with Python language callback

    Here, we demonstrate how to submit a job through the Python API that runs a python script as a callback. This example shows a very simple callback that writes the job id…
    Qube 6.6May 11, 2015
  5. Python job submission with Python language callback

    Here, we demonstrate how to submit a job through the Python API that runs a python script as a callback. This example shows a very simple callback that writes the job id…
    Qube 6.8Oct 06, 2016
  6. Python job submission with Python language callback

    Here, we demonstrate how to submit a job through the Python API that runs a python script as a callback. This example shows a very simple callback that writes the job id…
    QubeOct 13, 2020
  7. Python job submission with Python language callback that runs an external script on the supervisor

    ) # build a callback for each item in the agenda (each frame) cb = { 'language': 'python', 'triggers': 'done-job-self', 'code': ''' import os…
    Qube 6.5Mar 17, 2014
  8. Python job submission with Python language callback that runs an external script on the supervisor

    ' % job In line 41 of the above script, using "python" assumes that python is in the supervisor user's PATH environment. If not, use the full path to python. If the python script can…
    Qube 6.6Dec 15, 2016
  9. Python job submission with Python language callback that runs an external script on the supervisor

    ' % job In line 41 of the above script, using "python" assumes that python is in the supervisor user's PATH environment. If not, use the full path to python. If the python script can…
    Qube 6.7Dec 15, 2016
  10. Python job submission with Python language callback that runs an external script on the supervisor

    ' % job In line 41 of the above script, using "python" assumes that python is in the supervisor user's PATH environment. If not, use the full path to python. If the python script can…
    Qube 6.9Aug 08, 2017