Search

Search

Help

Page 7 of 98. Showing 974 results (0.008 seconds)

  1. Basic python job submission II. Frames

    : import os, sys try: import qb except ImportError: if os.environ.get("QBDIR"): qbdir_api = os.path.join(os.environ.get("QBDIR"),"api","python") for api_path…
    QubeOct 13, 2020
  2. Python job submission with callbacks

    Below, you will find examples showing how to submit jobs with callbacks using the Python API.…
    Qube 6.5Dec 10, 2013
  3. Python job submission with callbacks

    Below, you will find examples showing how to submit jobs with callbacks using the Python API.…
    QubeDec 13, 2014
  4. Python job submission with callbacks

    Below, you will find examples showing how to submit jobs with callbacks using the Python API. Published by Scroll Versions from space QUBE and version 6.6-3…
    Qube 6.6May 11, 2015
  5. Python job submission with callbacks

    Below, you will find examples showing how to submit jobs with callbacks using the Python API. Published by Scroll Versions from space QUBE and version 6.7-2…
    Qube 6.7Jan 11, 2016
  6. Python job submission with callbacks

    Below, you will find examples showing how to submit jobs with callbacks using the Python API. Published by Scroll Versions from space QUBE and version 6.8-4…
    Qube 6.8Oct 06, 2016
  7. Python job submission with callbacks

    Below, you will find examples showing how to submit jobs with callbacks using the Python API. Published by Scroll Versions from space QUBE and version 6.9-2…
    Qube 6.9Jul 05, 2017
  8. Python job submission with callbacks

    Below, you will find examples showing how to submit jobs with callbacks using the Python API. Published by Scroll Versions from space QUBE and version 6.10-0…
    Qube 6.10May 23, 2018
  9. Python job submission with callbacks

    Below, you will find examples showing how to submit jobs with callbacks using the Python API. Published by Scroll Versions from space QUBE and version 7.0-2…
    Qube 7.0Nov 04, 2020
  10. Python job submission with mail callback

    Here, we demonstrate submitting a job through the Python API that uses an email callback. import qb def main(): # Set basic job properties job = {} job['name…
    Qube 6.5Dec 10, 2013