-
Matthew K Defenderfer authored85e7c5a2
README.md 2.19 KiB
Batch Connect - JupyterLab
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
andmodule 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.