An Open OnDemand Batch Connect app for Cirrus that launches a Jupyter Lab server within a batch job.
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):
- Jupyter Notebook 4.2.3+ (earlier versions are untested but may work for you)
- OpenSSL 1.0.1+ (used to hash the Jupyter Notebook server password)
Optional software:
- Lmod
6.0.1+ or any other
module restoreandmodule load <modules>based CLI used to load appropriate environments within the batch job before launching the Jupyter Notebook server.
- Fork it ( https://github.com/EPCCed/cirrus-ood-jupyter/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request