Jupyter-bundle-20240522-GCCcore-13.3.0.eb 633 B

1234567891011121314151617181920212223242526
  1. easyblock = 'Bundle'
  2. name = 'Jupyter-bundle'
  3. version = '20240522'
  4. homepage = "https://jupyter.org/"
  5. description = """
  6. This bundle collects a range of Jupyter interfaces (Lab, Notebook and nbclassic),
  7. extensions (Jupyter Server Proxy, Jupyter Resource Monitor, Jupyter Lmod) and
  8. the JupyterHub.
  9. """
  10. toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
  11. dependencies = [
  12. ('JupyterHub', '5.2.0'),
  13. ('JupyterLab', '4.2.5'),
  14. ('JupyterNotebook', '7.2.2'),
  15. ('nbclassic', '1.1.0'),
  16. ('jupyter-server-proxy', '4.4.0'),
  17. ('jupyterlmod', '5.2.1'),
  18. ('jupyter-resource-usage', '1.1.0'),
  19. ]
  20. moduleclass = 'tools'