mirror of
https://github.com/YunoHost-Apps/jupyterlab_ynh.git
synced 2024-09-03 19:26:35 +02:00
Add templates
This commit is contained in:
parent
0eacdd4a7e
commit
793bff9393
4 changed files with 16 additions and 2 deletions
3
doc/DISCLAIMER.md
Normal file
3
doc/DISCLAIMER.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
## Configuration
|
||||
|
||||
How to configure this app: by an admin panel, a plain file with SSH.
|
3
doc/DISCLAIMER_fr.md
Normal file
3
doc/DISCLAIMER_fr.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
## Configuration
|
||||
|
||||
Comment configurer cette application : via le panneau d'administration, un fichier brut en SSH.
|
BIN
doc/screenshots/jupyterlab.png
Normal file
BIN
doc/screenshots/jupyterlab.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 70 KiB |
|
@ -7,14 +7,22 @@
|
|||
"fr": "Console de code pour exécuter du code Python de manière interactive."
|
||||
},
|
||||
"version": "3.0.16~ynh1",
|
||||
"url": "https://jupyterlab.readthedocs.io/en/stable/",
|
||||
"url": "https://jupyter.org",
|
||||
"upstream": {
|
||||
"license": "BSD-3-Clause",
|
||||
"website": "https://jupyter.org",
|
||||
"demo": "https://mybinder.org/v2/gh/jupyterlab/jupyterlab-demo/master?urlpath=lab/tree/demo",
|
||||
"admindoc": "https://jupyterlab.readthedocs.io/en/stable/",
|
||||
"userdoc": "https://yunohost.org/en/app_jupyterlab",
|
||||
"code": "https://github.com/jupyterhub/jupyterhub"
|
||||
},
|
||||
"license": "BSD-3-Clause",
|
||||
"maintainer": {
|
||||
"name": "kay0u",
|
||||
"email": "pierre@kayou.io"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.1.7"
|
||||
"yunohost": ">= 4.2.4"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
|
|
Loading…
Add table
Reference in a new issue