Skip to content

ucdavis/hpccf-ood-jupyter

Repository files navigation

Batch Connect - Jupyter Notebook Server

A Batch Connect app that launches a Jupyter Notebook server 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):

  • 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 purge and module load <modules> based CLI used to load appropriate environments within the batch job before launching the Jupyter Notebook server.

Install

If you have not already be sure to start with the section about setting up your system for Batch Connect development.

Contributing

  1. Fork it ( https://github.com/ucdavis/hpccf-ood-jupyter/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

App template for OpenOnDemand

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published