diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md new file mode 100644 index 0000000..c26fe43 --- /dev/null +++ b/doc/DESCRIPTION.md @@ -0,0 +1 @@ +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. \ No newline at end of file diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md new file mode 100644 index 0000000..57207be --- /dev/null +++ b/doc/DESCRIPTION_fr.md @@ -0,0 +1 @@ +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. \ No newline at end of file diff --git a/doc/screenshots/jupyterlab.png b/doc/screenshots/jupyterlab.png new file mode 100644 index 0000000..54dac35 Binary files /dev/null and b/doc/screenshots/jupyterlab.png differ diff --git a/manifest.json b/manifest.json index e3d5995..2e3907b 100644 --- a/manifest.json +++ b/manifest.json @@ -6,8 +6,15 @@ "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.11~ynh1", - "url": "https://jupyterlab.readthedocs.io/en/stable/", + "version": "3.2.4~ynh1", + "url": "https://jupyter.org", + "upstream": { + "license": "BSD-3-Clause", + "website": "https://jupyter.org", + "demo": "https://demo.example.com", + "admindoc": "https://jupyterlab.readthedocs.io/en/stable/", + "code": "https://github.com/jupyterhub/jupyterhub" + }, "license": "BSD-3-Clause", "maintainer": { "name": "kay0u",