Skip to content
Snippets Groups Projects
Select Git revision
  • becf7c94ce454ac057f590cfa41e65ed2c0c6e55
  • main default protected
  • v0.11
  • live
  • unifiedsse
  • 2.0.0a7 protected
  • 2.0.0a6 protected
  • 2.0.0a5 protected
  • 2.0.0a4 protected
  • 2.0.0a3 protected
  • 2.0.0a1 protected
  • 0.15.0a2 protected
  • 0.15.0a1 protected
  • 0.14.2 protected
  • 0.14.1 protected
  • 0.14.0 protected
  • 0.13.6 protected
  • 0.13.5 protected
  • 0.13.4 protected
  • 0.13.3 protected
  • 0.13.2 protected
  • 0.13.1 protected
  • 0.13.0 protected
  • 0.12.30 protected
  • 0.12.29 protected
25 results

jupyter-jsc-custom

JSC's EasyBuild private repo

This is the repo to store all the EasyBuild configuration files, including easyconfigs.

Each stage is in a separate branch, containing all the relevant files for that stage

This repository uses autopep8 and pre-commit. For that, you need to run this on your machine:

pip3 install --user autopep8
pip3 install --user pre-commit
pre-commit install

After those steps, pre-commit will call autopep8 on each commit, and make small changes pass the pep8 test without needing to do a manual eb --check-style and checking each little mistake.