Skip to content

Commit

Permalink
Actualizar Jupyterlite a 0.4.1 y añadir extensión jupyterlab-open-url…
Browse files Browse the repository at this point in the history
…-parameter
  • Loading branch information
miesgre committed Sep 25, 2024
1 parent 3699543 commit fd510c1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)
Expand All @@ -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

0 comments on commit fd510c1

Please sign in to comment.