From fd510c1edaa1e733ac0e161570142ffeac8d5b24 Mon Sep 17 00:00:00 2001 From: Miguel Escriva Date: Wed, 25 Sep 2024 09:38:29 +0200 Subject: [PATCH] =?UTF-8?q?Actualizar=20Jupyterlite=20a=200.4.1=20y=20a?= =?UTF-8?q?=C3=B1adir=20extensi=C3=B3n=20jupyterlab-open-url-parameter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2f4b675..042aefa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ # Core modules (mandatory) -jupyterlite-core==0.3.0 -jupyterlab~=4.1.6 -notebook~=7.1.2 +jupyterlite-core==0.4.1 +jupyterlab~=4.2.5 +notebook~=7.2.2 # Python kernel (optional) -jupyterlite-pyodide-kernel==0.3.1 +jupyterlite-pyodide-kernel==0.4.2 # JavaScript kernel (optional) jupyterlite-javascript-kernel==0.3.0 @@ -30,7 +30,7 @@ jupyterlab-night jupyterlab_miami_nights # Python: ipywidget library for Jupyter notebooks (optional) -ipywidgets>=8.1.1,<9 +ipywidgets>=8.1.3,<9 # Python: ipyevents library for Jupyter notebooks (optional) ipyevents>=2.0.1 # Python: interative Matplotlib library for Jupyter notebooks (optional) @@ -48,3 +48,4 @@ bqplot # Extensiones aƱadidas por la UPV jupyterlab-filesystem-access==0.6.0 jupyterlab_tour==4.0.1 +jupyterlab-open-url-parameter==0.3.0 \ No newline at end of file