2020-03-27 14:55:03 +01:00
# JupyterLab pour YunoHost
2020-03-30 17:51:08 +02:00
[![Integration level ](https://dash.yunohost.org/integration/jupyterlab.svg )](https://dash.yunohost.org/appci/app/jupyterlab) ![](https://ci-apps.yunohost.org/ci/badges/jupyterlab.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/jupyterlab.maintain.svg)
2020-04-25 14:02:50 +02:00
[![Install jupyterLab with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.png )](https://install-app.yunohost.org/?app=jupyterlab)
2020-03-27 14:55:03 +01:00
*[Read this readme in english.](./README.md)*
2020-04-25 14:02:50 +02:00
> *Ce package vous permet d’ installer JupyterLab rapidement et simplement sur un serveur YunoHost.
Si vous n’ avez pas YunoHost, regardez [ici ](https://yunohost.org/#/install ) pour savoir comment l’ installer et en profiter.*
2020-03-27 14:55:03 +01:00
2020-04-25 14:02:50 +02:00
## Vue d’ ensemble
2020-03-29 13:09:30 +02:00
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.
2020-03-27 14:55:03 +01:00
2020-06-01 17:47:02 +02:00
**Version incluse :** 2.1.4
2020-03-27 14:55:03 +01:00
2020-04-25 14:02:50 +02:00
## Captures d’ écran
2020-03-27 14:55:03 +01:00
![](https://raw.githubusercontent.com/jupyterlab/jupyterlab/3e3a2c9e295703ff6d441589423e284cc6d5c245/docs/source/images/jupyterlab.png)
## Démo
* [Démo sur Binder ](https://mybinder.org/v2/gh/jupyterlab/jupyterlab-demo/master?urlpath=lab/tree/demo )
## Configuration
2020-04-25 14:02:50 +02:00
Comment configurer cette application : via le panneau d'administration, un fichier brut en SSH.
2020-03-27 14:55:03 +01:00
## Documentation
2020-04-25 14:02:50 +02:00
* Documentation officielle : [Lien vers la documentation officielle de cette application ](https://jupyterlab.readthedocs.io/en/stable/ )
2020-03-27 14:55:03 +01:00
## Caractéristiques spécifiques YunoHost
#### Support multi-utilisateurs
2020-04-25 14:02:50 +02:00
* L’ authentification LDAP est-elle prise en charge ? **Oui**
* L’ application peut-elle être utilisée par plusieurs utilisateurs ? **Oui**
2020-03-27 14:55:03 +01:00
#### Architectures supportées
* x86-64b - [![ ](https://ci-apps.yunohost.org/ci/logs/jupyterlab%20%28Community%29.svg )](https://ci-apps.yunohost.org/ci/apps/jupyterlab/)
* ARMv8-A - [![ ](https://ci-apps-arm.yunohost.org/ci/logs/jupyterlab%20%28Community%29.svg )](https://ci-apps-arm.yunohost.org/ci/apps/jupyterlab/)
## Liens
2020-04-25 14:02:50 +02:00
* Signaler un bug : https://github.com/YunoHost-Apps/jupyterlab_ynh/issues
* Site de l’ application : https://jupyter.org/index.html
* Site web YunoHost : https://yunohost.org/
2020-03-27 14:55:03 +01:00
---
Informations pour les développeurs
----------------
Merci de faire vos pull request sur la [branche testing ](https://github.com/YunoHost-Apps/jupyterlab_ynh/tree/testing ).
Pour essayer la branche testing, procédez comme suit.
```
sudo yunohost app install https://github.com/YunoHost-Apps/jupyterlab_ynh/tree/testing --debug
or
sudo yunohost app upgrade jupyterlab -u https://github.com/YunoHost-Apps/jupyterlab_ynh/tree/testing --debug
```