diff --git a/ALL_README.md b/ALL_README.md index 3d6c579..77b7509 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,6 +1,6 @@ # All available README files by language - [Read the README in English](README.md) +- [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) -- [Leggi il “README” in italiano](README_it.md) diff --git a/README.md b/README.md index d1fc0e0..345263d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It shall NOT be edited by hand. [![Install JupyterLab with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=jupyterlab) -*[Read this README is other languages.](./ALL_README.md)* +*[Read this README in other languages.](./ALL_README.md)* > *This package allows you to install JupyterLab quickly and simply on a YunoHost server.* > *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.* @@ -19,7 +19,7 @@ It shall NOT be edited by hand. 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:** 4.1.0~ynh1 +**Shipped version:** 4.1.4~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md new file mode 100644 index 0000000..36dcd32 --- /dev/null +++ b/README_eu.md @@ -0,0 +1,50 @@ + + +# JupyterLab YunoHost-erako + +[![Integrazio maila](https://dash.yunohost.org/integration/jupyterlab.svg)](https://dash.yunohost.org/appci/app/jupyterlab) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/jupyterlab.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/jupyterlab.maintain.svg) + +[![Instalatu JupyterLab YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=jupyterlab) + +*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)* + +> *Pakete honek JupyterLab YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.* +> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.* + +## Aurreikuspena + +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. + + +**Paketatutako bertsioa:** 4.1.4~ynh1 + +**Demoa:** + +## Pantaila-argazkiak + +![JupyterLab(r)en pantaila-argazkia](./doc/screenshots/jupyterlab.png) + +## Dokumentazioa eta baliabideak + +- Aplikazioaren webgune ofiziala: +- Administratzaileen dokumentazio ofiziala: +- Jatorrizko aplikazioaren kode-gordailua: +- YunoHost Denda: +- Eman errore baten berri: + +## Garatzaileentzako informazioa + +Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/jupyterlab_ynh/tree/testing). + +`testing` abarra probatzeko, ondorengoa egin: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/jupyterlab_ynh/tree/testing --debug +edo +sudo yunohost app upgrade jupyterlab -u https://github.com/YunoHost-Apps/jupyterlab_ynh/tree/testing --debug +``` + +**Informazio gehiago aplikazioaren paketatzeari buruz:** diff --git a/README_fr.md b/README_fr.md index f738008..6ba7a35 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main. 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. -**Version incluse :** 4.1.0~ynh1 +**Version incluse :** 4.1.4~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 7b26818..1466f52 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. 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. -**Versión proporcionada:** 4.1.0~ynh1 +**Versión proporcionada:** 4.1.4~ynh1 **Demo:** diff --git a/README_it.md b/README_it.md index ade99f0..430d80f 100644 --- a/README_it.md +++ b/README_it.md @@ -19,7 +19,7 @@ NON DEVE essere modificato manualmente. 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. -**Versione pubblicata:** 4.1.0~ynh1 +**Versione pubblicata:** 4.1.4~ynh1 **Prova:** diff --git a/manifest.toml b/manifest.toml index d62f854..570d9f8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "JupyterLab" description.en = "Code console environment for running Python code interactively" description.fr = "Console de code pour exécuter du code Python de manière interactive" -version = "4.1.0~ynh1" +version = "4.1.4~ynh1" maintainers = ["kay0u"] @@ -54,8 +54,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/jupyterhub/jupyterhub/archive/refs/tags/4.1.0.tar.gz" - sha256 = "2afed4c1cbd7c83d72ad1015a7955bb0f49e82cbe6ba896ee198ecb049b08749" + url = "https://github.com/jupyterhub/jupyterhub/archive/refs/tags/4.1.4.tar.gz" + sha256 = "25af4e4140f8b406f64ea0eed5dd930df218085a53828bfe04bd8457ef6cb26b" # Only used for autoupdate, code will checkout the commit prefetch = false