1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jupyterlab_ynh.git synced 2024-09-03 19:26:35 +02:00

Merge branch 'testing' into yunohost-11

This commit is contained in:
Éric Gaspar 2022-08-12 09:16:05 +02:00 committed by GitHub
commit e206096466
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View file

@ -28,7 +28,7 @@ JupyterLab is the next-generation user interface for Project Jupyter offering al
## Documentation and resources ## Documentation and resources
* Official app website: <https://jupyter.org> * Official app website: <https://jupyterlab.readthedocs.io/en/stable/>
* Official admin documentation: <https://jupyterlab.readthedocs.io/en/stable/> * Official admin documentation: <https://jupyterlab.readthedocs.io/en/stable/>
* Upstream app code repository: <https://github.com/jupyterhub/jupyterhub> * Upstream app code repository: <https://github.com/jupyterhub/jupyterhub>
* YunoHost documentation for this app: <https://yunohost.org/app_jupyterlab> * YunoHost documentation for this app: <https://yunohost.org/app_jupyterlab>

View file

@ -26,7 +26,7 @@ JupyterLab est une interface utilisateur de nouvelle génération pour le projet
## Documentations et ressources ## Documentations et ressources
* Site officiel de l'app : <https://jupyter.org> * Site officiel de l'app : <https://jupyterlab.readthedocs.io/en/stable/>
* Documentation officielle de l'admin : <https://jupyterlab.readthedocs.io/en/stable/> * Documentation officielle de l'admin : <https://jupyterlab.readthedocs.io/en/stable/>
* Dépôt de code officiel de l'app : <https://github.com/jupyterhub/jupyterhub> * Dépôt de code officiel de l'app : <https://github.com/jupyterhub/jupyterhub>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_jupyterlab> * Documentation YunoHost pour cette app : <https://yunohost.org/app_jupyterlab>

View file

@ -12,7 +12,8 @@
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"website": "https://jupyter.org", "website": "https://jupyter.org",
"admindoc": "https://jupyterlab.readthedocs.io/en/stable/", "admindoc": "https://jupyterlab.readthedocs.io/en/stable/",
"code": "https://github.com/jupyterhub/jupyterhub" "code": "https://github.com/jupyterhub/jupyterhub",
"cpe": "cpe:2.3:a:jupyter:nbdime-jupyterlab"
}, },
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"maintainer": { "maintainer": {
@ -62,4 +63,4 @@
} }
] ]
} }
} }