Jupyter-bundle-20230823-GCCcore-12.2.0.eb 633 B

1234567891011121314151617181920212223242526
  1. easyblock = 'Bundle'
  2. name = 'Jupyter-bundle'
  3. version = '20230823'
  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': '12.2.0'}
  11. dependencies = [
  12. ('JupyterHub', '4.0.1'),
  13. ('JupyterLab', '4.0.3'),
  14. ('JupyterNotebook', '7.0.3'),
  15. ('nbclassic', '1.0.0'),
  16. ('jupyter-server-proxy', '3.2.2'),
  17. ('jupyterlmod', '4.0.3'),
  18. ('jupyter-resource-usage', '1.0.0'),
  19. ]
  20. moduleclass = 'tools'