2018-12-28 21:59:37 +01:00
|
|
|
{
|
|
|
|
"name": "JupyterLab",
|
|
|
|
"id": "jupyterlab",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2020-09-10 13:55:46 +02:00
|
|
|
"en": "Code console environment for running Python code interactively.",
|
|
|
|
"fr": "Console de code pour exécuter du code Python de manière interactive."
|
2018-12-28 21:59:37 +01:00
|
|
|
},
|
2022-03-14 15:58:59 +01:00
|
|
|
"version": "3.3.2~ynh1",
|
2018-12-28 21:59:37 +01:00
|
|
|
"url": "https://jupyterlab.readthedocs.io/en/stable/",
|
2022-03-11 00:23:07 +01:00
|
|
|
"upstream": {
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"website": "https://jupyterlab.readthedocs.io/en/stable/",
|
|
|
|
"demo": "https://mybinder.org/v2/gh/jupyterlab/jupyterlab-demo/master?urlpath=lab/tree/demo",
|
|
|
|
"admindoc": "https://jupyterlab.readthedocs.io/en/stable/",
|
|
|
|
"code": "https://github.com/jupyterhub/jupyterhub"
|
|
|
|
},
|
2018-12-31 00:04:19 +01:00
|
|
|
"license": "BSD-3-Clause",
|
2018-12-28 21:59:37 +01:00
|
|
|
"maintainer": {
|
2019-02-25 17:40:26 +01:00
|
|
|
"name": "kay0u",
|
|
|
|
"email": "pierre@kayou.io"
|
2018-12-28 21:59:37 +01:00
|
|
|
},
|
|
|
|
"requirements": {
|
2022-03-11 00:23:07 +01:00
|
|
|
"yunohost": ">= 4.3.0"
|
2018-12-28 21:59:37 +01:00
|
|
|
},
|
2018-12-31 00:04:19 +01:00
|
|
|
"multi_instance": true,
|
2018-12-28 21:59:37 +01:00
|
|
|
"services": [
|
|
|
|
"nginx"
|
|
|
|
],
|
|
|
|
"arguments": {
|
2019-01-26 15:04:44 +01:00
|
|
|
"install": [
|
2018-12-28 21:59:37 +01:00
|
|
|
{
|
|
|
|
"name": "domain",
|
2022-03-11 00:23:07 +01:00
|
|
|
"type": "domain"
|
2018-12-28 21:59:37 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
2019-08-14 00:07:10 +02:00
|
|
|
"example": "/jupyterlab",
|
|
|
|
"default": "/jupyterlab"
|
2018-12-28 21:59:37 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
2019-01-03 20:02:31 +01:00
|
|
|
},
|
2022-03-11 00:23:07 +01:00
|
|
|
{
|
|
|
|
"name": "admin",
|
|
|
|
"type": "user"
|
|
|
|
},
|
2019-01-03 20:02:31 +01:00
|
|
|
{
|
|
|
|
"name": "enable_terminal",
|
|
|
|
"type": "boolean",
|
|
|
|
"ask": {
|
|
|
|
"en": "Enable terminal in the lab?",
|
|
|
|
"fr": "Activer le terminal dans le lab ?"
|
|
|
|
},
|
|
|
|
"default": true
|
2018-12-28 21:59:37 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2019-02-25 17:40:26 +01:00
|
|
|
}
|