Skip to content
Snippets Groups Projects
README.md 2.19 KiB

Batch Connect - JupyterLab

GitHub Release GitHub License

An example Batch Connect app that launches a JupyterLab within a batch job.

Prerequisites

This Batch Connect app requires the following software be installed on the compute nodes that the batch job is intended to run on (NOT the OnDemand node):

  • JupyterLab 3.2.1 (earlier versions are untested but may work for you)
  • OpenSSL 1.0.1+ (used to hash the JupyterLab server password)

Optional software:

  • Lmod 6.0.1+ or any other module purge and module load <modules> based CLI used to load appropriate environments within the batch job before launching the JupyterLab.

Install

These are command line only installation directions.