Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
titleUpdates Required

This page needs updates to all sections

Under OODUnder ARE, the JupyterLab App allows you to start a dedicated JupyterLab instance dedicated for your use.

Table of Contents

Starting a Session

  1. Login to OODAREhttps://oodare.nci.org.au/
  2. Click the JupyterLab icon on the Dashboard (home page)


     
  3. Choose:
    1. the number of hours you want your session to run for (maximum)
    2. the compute queue you want to submit the job to
    3. the size of the compute resources you have access to (maximum).  If you attempt to exceed the CPU limit your processes will be throttled to the amount requested.  If you exceed the memory your Jupyter Kernel may be terminated.  Note: this is the resources used within the notebook; if you offload the processing to other jobs (e.g. using Dask) then you may not need a very large JupyterLab session
    4. select which project to allocate the SU from (must be a project with a current allocation, or the session will not start)
    5. select what storage (gdata and scratch areas) are required for your job to run
    6. select additional software licenses if required for your job
    7. if you want to receive an email once your session has started.  This is useful when the cluster is busy and your session is queued waiting for a free slot
  4. Optionally use the advanced options to specify an alternative JupyterLab installation or other module files that your notebooks use


     
  5. Choose:
    1. Module directories: a space-separated list of additional directories to search for modulefile definitions. If these are under /g/data or /scratch make sure you've included the appropriate directive(s) in your storage options above.
    2. Modules: a space-separated list of modules to be loaded
    3. Python or Conda virtual environment base: specify the top-level directory of a custom virtual env, or the base directory of a conda environment. If this is under /g/data or /scratch make sure you've included the appropriate directive in your storage options above.
    4. Conda environment: specify the name of a conda environment to activate. You must supply a conda base directory in order for this to work.
    5. Additional environment variables needed for your job
    6. jobfs size allocated to your job
    7. Additional PBS flags not covered by other options
    8. A pre-script to be run in your job before JupyterLab starts
  6. Click Launch button
  7. Initially it will show the status as Queued until your session begins to start. Once it is finished it will change to Running and look like the figure below


     
  8. Click the Open JupyterLab button
  9. This will open a new tab in your web browser that shows the JupyterLab session. NOTE: it can take a minute or two for the JupyterLab Client to start
  10. If you close the window the session will remain running.  To end the session you can either Shutdown (last item in File menu) or delete the job on the Interactive Sessions page of ARE

...