mirror of
https://github.com/YunoHost-Apps/jupyterlab_ynh.git
synced 2024-09-03 19:26:35 +02:00
Merge branch 'systemd' of https://github.com/YunoHost-Apps/jupyterlab_ynh into systemd
This commit is contained in:
commit
4ffa244ef0
2 changed files with 63 additions and 67 deletions
64
README.md
64
README.md
|
@ -1,59 +1,59 @@
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||||
|
It shall NOT be edited by hand.
|
||||||
|
-->
|
||||||
|
|
||||||
# JupyterLab for YunoHost
|
# JupyterLab for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/jupyterlab)  
|
[](https://dash.yunohost.org/appci/app/jupyterlab)  
|
||||||
[](https://install-app.yunohost.org/?app=jupyterlab)
|
[](https://install-app.yunohost.org/?app=jupyterlab)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
> *This package allow you to install JupyterLab quickly and simply on a YunoHost server.
|
> *This package allows you to install jupyterlab quickly and simply on a YunoHost server.
|
||||||
If you don't have YunoHost, please see [here](https://yunohost.org/install) to know how to install and enjoy it.*
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||||
|
|
||||||
## Overview
|
## 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
|
Code console environment for running Python code interactively.
|
||||||
|
|
||||||
|
**Shipped version:** 3.0.16~ynh1
|
||||||
|
|
||||||
|
**Demo:** https://mybinder.org/v2/gh/jupyterlab/jupyterlab-demo/master?urlpath=lab/tree/demo
|
||||||
|
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## Demo
|

|
||||||
|
|
||||||
* [Try it on Binder](https://mybinder.org/v2/gh/jupyterlab/jupyterlab-demo/master?urlpath=lab/tree/demo)
|
|
||||||
|
|
||||||
|
|
||||||
|
## Disclaimers / important information
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
How to configure this app: by an admin panel, a plain file with SSH.
|
How to configure this app: by an admin panel, a plain file with SSH.
|
||||||
|
|
||||||
## Documentation
|
|
||||||
|
|
||||||
* Official documentation: https://jupyterlab.readthedocs.io/en/stable/
|
|
||||||
* YunoHost documentation: https://yunohost.org/en/app_jupyterlab
|
|
||||||
|
|
||||||
## YunoHost specific features
|
## Documentation and resources
|
||||||
|
|
||||||
#### Multi-users support
|
|
||||||
|
|
||||||
* LDAP auth supported? **Yes**
|
|
||||||
* Can the app be used by multiple users? **Yes**
|
|
||||||
|
|
||||||
#### Supported architectures
|
|
||||||
|
|
||||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/jupyterlab/)
|
|
||||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/jupyterlab/)
|
|
||||||
|
|
||||||
## Links
|
|
||||||
|
|
||||||
|
* Official app website: https://jupyter.org
|
||||||
|
* Official user documentation: https://yunohost.org/en/app_jupyterlab
|
||||||
|
* Official admin documentation: https://jupyterlab.readthedocs.io/en/stable/
|
||||||
|
* Upstream app code repository: https://github.com/jupyterhub/jupyterhub
|
||||||
|
* YunoHost documentation for this app: https://yunohost.org/app_jupyterlab
|
||||||
* Report a bug: https://github.com/YunoHost-Apps/jupyterlab_ynh/issues
|
* Report a bug: https://github.com/YunoHost-Apps/jupyterlab_ynh/issues
|
||||||
* App website: https://jupyter.org
|
|
||||||
* Upstream app repository: https://github.com/jupyterhub/jupyterhub
|
|
||||||
* YunoHost website: https://yunohost.org/
|
|
||||||
|
|
||||||
---
|
## Developer info
|
||||||
|
|
||||||
## Developers info
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/jupyterlab_ynh/tree/testing).
|
||||||
|
|
||||||
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/jupyterlab_ynh/tree/testing).
|
|
||||||
|
|
||||||
To try the testing branch, please proceed like that.
|
To try the testing branch, please proceed like that.
|
||||||
```
|
```
|
||||||
|
@ -61,3 +61,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/jupyterlab_ynh/tree/t
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade jupyterlab -u https://github.com/YunoHost-Apps/jupyterlab_ynh/tree/testing --debug
|
sudo yunohost app upgrade jupyterlab -u https://github.com/YunoHost-Apps/jupyterlab_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
62
README_fr.md
62
README_fr.md
|
@ -1,55 +1,47 @@
|
||||||
# JupyterLab pour YunoHost
|
# JupyterLab pour YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/jupyterlab)  
|
[](https://dash.yunohost.org/appci/app/jupyterlab)  
|
||||||
[](https://install-app.yunohost.org/?app=jupyterlab)
|
[](https://install-app.yunohost.org/?app=jupyterlab)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
> *Ce package vous permet d’installer JupyterLab rapidement et simplement sur un serveur YunoHost.
|
> *This package allows you to install jupyterlab quickly and simply on a YunoHost server.
|
||||||
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/install) pour savoir comment l’installer et en profiter.*
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||||
|
|
||||||
## Vue d’ensemble
|
## 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
|
Console de code pour exécuter du code Python de manière interactive.
|
||||||
|
|
||||||
## Captures d’écran
|
**Version incluse:** 3.0.16~ynh1
|
||||||
|
|
||||||

|
**Démo:** https://mybinder.org/v2/gh/jupyterlab/jupyterlab-demo/master?urlpath=lab/tree/demo
|
||||||
|
|
||||||
## Démo
|
|
||||||
|
|
||||||
* [Démo sur Binder](https://mybinder.org/v2/gh/jupyterlab/jupyterlab-demo/master?urlpath=lab/tree/demo)
|
## Captures d'écran
|
||||||
|
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
Comment configurer cette application : via le panneau d'administration, un fichier brut en SSH.
|
Comment configurer cette application : via le panneau d'administration, un fichier brut en SSH.
|
||||||
|
|
||||||
## Documentation
|
|
||||||
|
|
||||||
* Documentation officielle : https://jupyterlab.readthedocs.io/en/stable/
|
|
||||||
* Documentation YunoHost : https://yunohost.org/fr/app_jupyterlab
|
|
||||||
|
|
||||||
## Caractéristiques spécifiques YunoHost
|
## Documentations et ressources
|
||||||
|
|
||||||
#### Support multi-utilisateurs
|
* Site official de l'app : https://jupyter.org
|
||||||
|
* Documentation officielle utilisateur: https://yunohost.org/en/app_jupyterlab
|
||||||
* L’authentification LDAP est-elle prise en charge ? **Oui**
|
* Documentation officielle de l'admin: https://jupyterlab.readthedocs.io/en/stable/
|
||||||
* L’application peut-elle être utilisée par plusieurs utilisateurs ? **Oui**
|
* Dépôt de code officiel de l'app: https://github.com/jupyterhub/jupyterhub
|
||||||
|
* Documentation YunoHost pour cette app: https://yunohost.org/app_jupyterlab
|
||||||
#### Architectures supportées
|
* Signaler un bug: https://github.com/YunoHost-Apps/jupyterlab_ynh/issues
|
||||||
|
|
||||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/jupyterlab/)
|
|
||||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/jupyterlab/)
|
|
||||||
|
|
||||||
## Liens
|
|
||||||
|
|
||||||
* Signaler un bug : https://github.com/YunoHost-Apps/jupyterlab_ynh/issues
|
|
||||||
* Site de l’application : https://jupyter.org
|
|
||||||
* Dépôt de l’application principale : https://github.com/jupyterhub/jupyterhub
|
|
||||||
* Site web YunoHost : https://yunohost.org/
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
||||||
|
@ -58,6 +50,8 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
|
||||||
Pour essayer la branche testing, procédez comme suit.
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
```
|
```
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/jupyterlab_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/jupyterlab_ynh/tree/testing --debug
|
||||||
ou
|
or
|
||||||
sudo yunohost app upgrade jupyterlab -u https://github.com/YunoHost-Apps/jupyterlab_ynh/tree/testing --debug
|
sudo yunohost app upgrade jupyterlab -u https://github.com/YunoHost-Apps/jupyterlab_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Plus d'infos sur le packaging d'applications:** https://yunohost.org/packaging_apps
|
Loading…
Add table
Reference in a new issue