| 1234567891011121314151617181920212223242526 |
- easyblock = 'Bundle'
- name = 'Jupyter-bundle'
- version = '20240522'
- homepage = "https://jupyter.org/"
- description = """
- This bundle collects a range of Jupyter interfaces (Lab, Notebook and nbclassic),
- extensions (Jupyter Server Proxy, Jupyter Resource Monitor, Jupyter Lmod) and
- the JupyterHub.
- """
- toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
- dependencies = [
- ('JupyterHub', '5.2.0'),
- ('JupyterLab', '4.2.5'),
- ('JupyterNotebook', '7.2.2'),
- ('nbclassic', '1.1.0'),
- ('jupyter-server-proxy', '4.4.0'),
- ('jupyterlmod', '5.2.1'),
- ('jupyter-resource-usage', '1.1.0'),
- ]
- moduleclass = 'tools'
|