diff --git a/README.md b/README.md index cb5ccd5..e23d5fc 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## 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.13 +**Shipped version:** 3.0.14 ## Screenshots diff --git a/README_fr.md b/README_fr.md index da4595b..fdc357d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po ## 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.13 +**Version incluse :** 3.0.14 ## Captures d’écran diff --git a/scripts/_common.sh b/scripts/_common.sh index 52ef030..13f3b5b 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,9 +7,9 @@ # dependencies used by the app pkg_dependencies="python3-dev python3-pip libffi-dev libzmq3-dev" -nodejs_version="14" +nodejs_version="15" -jupyterlab_version="3.0.13" +jupyterlab_version="3.0.14" #================================================= # PERSONAL HELPERS