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
51b7e4e8a2
commit
463344fe04
6 changed files with 12 additions and 4 deletions
|
@ -11,7 +11,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/install) to k
|
|||
## Overview
|
||||
JupyterLab is the next-generation user interface for Project Jupyter offering all the familiar building blocks of the classic Jupyter Notebook (notebook, terminal, text editor, file browser, rich outputs, etc.) in a flexible and powerful user interface. JupyterLab will eventually replace the classic Jupyter Notebook.
|
||||
|
||||
**Shipped version:** 3.0.16
|
||||
**Shipped version:** 3.1.1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/install) pour
|
|||
## Vue d’ensemble
|
||||
JupyterLab est une interface utilisateur de nouvelle génération pour le projet Jupyter offrant tous les modules de Jupyter Notebook (interpréteur Python, terminal, éditeur de texte, navigateur de fichiers, etc.) dans une interface utilisateur flexible et puissante. JupyterLab remplacera à terme Jupyter Notebook.
|
||||
|
||||
**Version incluse :** 3.0.16
|
||||
**Version incluse :** 3.1.1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
BIN
doc/.DS_Store
vendored
Normal file
BIN
doc/.DS_Store
vendored
Normal file
Binary file not shown.
0
doc/DISCLAIMER.md
Normal file
0
doc/DISCLAIMER.md
Normal file
BIN
doc/screenshots/jupyterlab.png
Normal file
BIN
doc/screenshots/jupyterlab.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 70 KiB |
|
@ -3,11 +3,19 @@
|
|||
"id": "jupyterlab",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "Code console environment for running Python code interactively.",
|
||||
"fr": "Console de code pour exécuter du code Python de manière interactive."
|
||||
"en": "Code console environment for running Python code interactively",
|
||||
"fr": "Console de code pour exécuter du code Python de manière interactive"
|
||||
},
|
||||
"version": "3.1.1~ynh1",
|
||||
"url": "https://jupyterlab.readthedocs.io/en/stable/",
|
||||
"upstream": {
|
||||
"license": "BSD-3-Clause",
|
||||
"website": "https://example.com",
|
||||
"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",
|
||||
|
|
Loading…
Add table
Reference in a new issue